Html Css Color HEX #066477 Blue Lagoon

📋 copy color: '#066477'

red 6 ◦ green 100 ◦ blue 119

#066477
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #066477

Tints of Blue Lagoon #066477

RGB

 RED value IS 6 (2.73% from 255) = 2.67%

 GREEN value IS 100 (39.45% from 255) = 44.44%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 2.67%
G = 44.44%
B = 52.89%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#066477 (or 0x066477) is known color: Blue Lagoon. HEX triplet: 06, 64 and 77. RGB value is (6,100,119). Sum of RGB (Red+Green+Blue) = 6+100+119=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #066477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066477 is #F99B88. Grayscale: #494949. Windows color (decimal): -16358281 or 7824390. OLE color: 7824390.

HSL color Cylindrical-coordinate representation of color #066477: hue angle of 190.09º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066477 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 100 119 -
CMYK 0.95 0.16 0 0.53
HSL 190.09º 0.9% 0.25% -
HSV(B) 190.09º 0.95% 0.47% -
XYZ 7.96 10.48 19.06 -
YUV 74.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 6 100 119 0.95 0.16 0 0.53 190.09 0.9 0.25
Hex 6 64 77 5F 10 0 35 BE 5A 19
Octal 6 144 167 137 20 0 65 276 132 31
Binary 110 1100100 1110111 1011111 10000 0 110101 10111110 1011010 11001

Color Harmonies of #066477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066477

Black with #066477

Text Example


Text Example

White with #066477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066477; }

 p { color: rgb(6,100,119); }

 H1.HeaderClassName
 {
   color: #066477;
 }
 .AnyTagClassName
 {
   color: #066477;
 }
</style>

background-color css

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

 a { background-color: rgb(6,100,119); }

 div.DivClassName
 {
   background-color: #066477;
 }
 .BgClassName
 {
   background-color: #066477;
 }
</style>

border-color css

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

 span { border-color: rgb(6,100,119); }

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