#066077

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

Shades of Blue Lagoon #066077

Tints of Blue Lagoon #066077

Color information

#066077 (or 0x066077) is unknown color: approx Blue Lagoon. HEX triplet: 06, 60 and 77. RGB value is (6,96,119). Sum of RGB (Red+Green+Blue) = 6+96+119=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #066077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066077 is #F99F88. Grayscale: #474747. Windows color (decimal): -16359305 or 7823366. OLE color: 7823366.

HSL color Cylindrical-coordinate representation of color #066077: hue angle of 192.21º 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 #066077 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB696119-
CMYK0.950.1900.53
HSL192.21º90.4%24.51%-
HSV(B)192.21º94.96%46.67%-
XYZ7.599.7418.93-
YUV71.71154.6881.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=2.71%
G=43.44%
B=53.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6961190.950.1900.53192.2190.424.51
Hex660775F13035c05a19
Octal61401671372306530013231
Binary11011000001110111101111110011011010111000000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066077; }

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

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

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

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

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

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

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

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