#061de2

Color #061DE2 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #061DE2

Tints of Medium Blue #061DE2

Color information

#061DE2 (or 0x061DE2) is unknown color: approx Medium Blue. HEX triplet: 06, 1D and E2. RGB value is (6,29,226). Sum of RGB (Red+Green+Blue) = 6+29+226=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 226 (88.67% from 255 or 86.59% from 261); Max value from RGB is 226 - color contains mainly: blue. Hex color #061DE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DE2 is #F9E21D. Grayscale: #2B2B2B. Windows color (decimal): -16376350 or 14818566. OLE color: 14818566.

HSL color Cylindrical-coordinate representation of color #061DE2: hue angle of 233.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061DE2 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB629226-
CMYK0.970.8700.11
HSL233.73º94.83%45.49%-
HSV(B)233.73º97.35%88.63%-
XYZ14.246.4172.44-
YUV44.58230.38100.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.30%
GREEN value IS 29 (11.72% from 255) = 11.11%
BLUE value IS 226 (88.67% from 255) = 86.59%
R=2.30%
G=11.11%
B=86.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal6292260.970.8700.11233.7394.8345.49
Hex61DE261570Bea5f2d
Octal63534214112701335213755
Binary11011101111000101100001101011101011111010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061de2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061de2; }

 p { color: rgb(6,29,226); }

 H1.HeaderClassName
 {
   color: #061de2;
 }
 .AnyTagClassName
 {
   color: #061de2;
 }
</style>
background-color css

<style>
 a { background-color: #061de2; }

 a { background-color: rgb(6,29,226); }

 div.DivClassName
 {
   background-color: #061de2;
 }
 .BgClassName
 {
   background-color: #061de2;
 }
</style>
border-color css

<style>
 span { border-color: #061de2; }

 span { border-color: rgb(6,29,226); }

 td.TdClassName
 {
   border-color: #061de2;
 }
 .TagClassName
 {
   border-color: #061de2;
 }
</style>