#066477

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

Shades of Blue Lagoon #066477

Tints of Blue Lagoon #066477

Color information

#066477 (or 0x066477) is unknown color: approx 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

RGB6100119-
CMYK0.950.1600.53
HSL190.09º90.4%24.51%-
HSV(B)190.09º94.96%46.67%-
XYZ7.9610.4819.06-
YUV74.06153.3679.46-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61001190.950.1600.53190.0990.424.51
Hex664775F10035be5a19
Octal61441671372006527613231
Binary11011001001110111101111110000011010110111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>