#06606A

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

Shades of Blue Lagoon #06606A

Tints of Blue Lagoon #06606A

Color information

#06606A (or 0x06606A) is unknown color: approx Blue Lagoon. HEX triplet: 06, 60 and 6A. RGB value is (6,96,106). Sum of RGB (Red+Green+Blue) = 6+96+106=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #06606A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06606A is #F99F95. Grayscale: #464646. Windows color (decimal): -16359318 or 6971398. OLE color: 6971398.

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

Color convert

RGB696106-
CMYK0.940.0900.58
HSL186º89.29%21.96%-
HSV(B)186º94.34%41.57%-
XYZ6.869.4515.1-
YUV70.23148.1882.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=2.88%
G=46.15%
B=50.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6961060.940.0900.5818689.2921.96
Hex6606A5E903Aba5916
Octal61401521361107227213126
Binary1101100000110101010111101001011101010111010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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