Html Css Color HEX #00606D Blue Lagoon

📋 copy color: '#00606D'

red 0 ◦ green 96 ◦ blue 109

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

Shades of Blue Lagoon #00606D

Tints of Blue Lagoon #00606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 0%
G = 46.83%
B = 53.17%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00606D (or 0x00606D) is known color: Blue Lagoon. HEX triplet: 00, 60 and 6D. RGB value is (0,96,109). Sum of RGB (Red+Green+Blue) = 0+96+109=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #00606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00606D is #FF9F92. Grayscale: #444444. Windows color (decimal): -16752531 or 7168000. OLE color: 7168000.

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

Color convert

RGB 0 96 109 -
CMYK 1 0.12 0 0.57
HSL 187.16º 1% 0.21% -
HSV(B) 187.16º 1% 0.43% -
XYZ 6.94 9.47 15.93 -
YUV 68.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 0 96 109 1 0.12 0 0.57 187.16 1 0.21
Hex 0 60 6D 64 C 0 39 BB 64 15
Octal 0 140 155 144 14 0 71 273 144 25
Binary 0 1100000 1101101 1100100 1100 0 111001 10111011 1100100 10101

Color Harmonies of #00606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00606D

Black with #00606D

Text Example


Text Example

White with #00606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00606D;
 }
 .AnyTagClassName
 {
   color: #00606D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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