#06606B

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

Shades of Blue Lagoon #06606B

Tints of Blue Lagoon #06606B

Color information

#06606B (or 0x06606B) is unknown color: approx Blue Lagoon. HEX triplet: 06, 60 and 6B. RGB value is (6,96,107). Sum of RGB (Red+Green+Blue) = 6+96+107=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #06606B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06606B is #F99F94. Grayscale: #464646. Windows color (decimal): -16359317 or 7036934. OLE color: 7036934.

HSL color Cylindrical-coordinate representation of color #06606B: hue angle of 186.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06606B is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB696107-
CMYK0.940.1000.58
HSL186.53º89.38%22.16%-
HSV(B)186.53º94.39%41.96%-
XYZ6.919.4715.37-
YUV70.34148.6882.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=2.87%
G=45.93%
B=51.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6961070.940.1000.58186.5389.3822.16
Hex6606B5EA03Abb5916
Octal61401531361207227313126
Binary1101100000110101110111101010011101010111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06606B; }

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

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

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

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

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

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

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

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