#00606E

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

Shades of Blue Lagoon #00606E

Tints of Blue Lagoon #00606E

Color information

#00606E (or 0x00606E) is unknown color: approx Blue Lagoon. HEX triplet: 00, 60 and 6E. RGB value is (0,96,110). Sum of RGB (Red+Green+Blue) = 0+96+110=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #00606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00606E is #FF9F91. Grayscale: #444444. Windows color (decimal): -16752530 or 7233536. OLE color: 7233536.

HSL color Cylindrical-coordinate representation of color #00606E: hue angle of 187.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00606E is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB096110-
CMYK10.1300.57
HSL187.64º100%21.57%-
HSV(B)187.64º100%43.14%-
XYZ79.4916.22-
YUV68.89151.278.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=0%
G=46.60%
B=53.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal09611010.1300.57187.6410021.57
Hex0606E64D039bc6416
Octal01401561441507127414426
Binary01100000110111011001001101011100110111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00606E; }

 p { color: rgb(0,96,110); }

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

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

 a { background-color: rgb(0,96,110); }

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

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

 span { border-color: rgb(0,96,110); }

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