#06606C

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

Shades of Blue Lagoon #06606C

Tints of Blue Lagoon #06606C

Color information

#06606C (or 0x06606C) is unknown color: approx Blue Lagoon. HEX triplet: 06, 60 and 6C. RGB value is (6,96,108). Sum of RGB (Red+Green+Blue) = 6+96+108=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #06606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06606C is #F99F93. Grayscale: #464646. Windows color (decimal): -16359316 or 7102470. OLE color: 7102470.

HSL color Cylindrical-coordinate representation of color #06606C: hue angle of 187.06º 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 #06606C is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB696108-
CMYK0.940.1100.58
HSL187.06º89.47%22.35%-
HSV(B)187.06º94.44%42.35%-
XYZ6.969.4915.65-
YUV70.46149.1882.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.86%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=2.86%
G=45.71%
B=51.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6961080.940.1100.58187.0689.4722.35
Hex6606C5EB03Abb5916
Octal61401541361307227313126
Binary1101100000110110010111101011011101010111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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