Html Css Color HEX #00606E Blue Lagoon

📋 copy color: '#00606E'

red 0 ◦ green 96 ◦ blue 110

#00606E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #00606E

Tints of Blue Lagoon #00606E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 46.6%

 BLUE value IS 110 (43.36% from 255) = 53.4%

R = 0%
G = 46.6%
B = 53.4%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00606E (or 0x00606E) is known color: 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

RGB 0 96 110 -
CMYK 1 0.13 0 0.57
HSL 187.64º 1% 0.22% -
HSV(B) 187.64º 1% 0.43% -
XYZ 7 9.49 16.22 -
YUV 68.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 0 96 110 1 0.13 0 0.57 187.64 1 0.22
Hex 0 60 6E 64 D 0 39 BC 64 16
Octal 0 140 156 144 15 0 71 274 144 26
Binary 0 1100000 1101110 1100100 1101 0 111001 10111100 1100100 10110

Color Harmonies of #00606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00606E

Black with #00606E

Text Example


Text Example

White with #00606E

Text Example


Text Example

HTML Codes & Css Web 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>