#066677

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

Shades of Blue Lagoon #066677

Tints of Blue Lagoon #066677

Color information

#066677 (or 0x066677) is unknown color: approx Blue Lagoon. HEX triplet: 06, 66 and 77. RGB value is (6,102,119). Sum of RGB (Red+Green+Blue) = 6+102+119=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #066677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066677 is #F99988. Grayscale: #4B4B4B. Windows color (decimal): -16357769 or 7824902. OLE color: 7824902.

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

Color convert

RGB6102119-
CMYK0.950.1400.53
HSL189.03º90.4%24.51%-
HSV(B)189.03º94.96%46.67%-
XYZ8.1610.8719.12-
YUV75.23152.778.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=2.64%
G=44.93%
B=52.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61021190.950.1400.53189.0390.424.51
Hex666775FE035bd5a19
Octal61461671371606527513231
Binary1101100110111011110111111110011010110111101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066677; }

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

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

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

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

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

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

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

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