Html Css Color HEX #06596D Blue Lagoon

📋 copy color: '#06596D'

red 6 ◦ green 89 ◦ blue 109

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

Shades of Blue Lagoon #06596D

Tints of Blue Lagoon #06596D

RGB

 RED value IS 6 (2.73% from 255) = 2.94%

 GREEN value IS 89 (35.16% from 255) = 43.63%

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

R = 2.94%
G = 43.63%
B = 53.43%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06596D (or 0x06596D) is known color: Blue Lagoon. HEX triplet: 06, 59 and 6D. RGB value is (6,89,109). Sum of RGB (Red+Green+Blue) = 6+89+109=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #06596D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06596D is #F9A692. Grayscale: #424242. Windows color (decimal): -16361107 or 7166214. OLE color: 7166214.

HSL color Cylindrical-coordinate representation of color #06596D: hue angle of 191.65º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06596D is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 89 109 -
CMYK 0.94 0.18 0 0.57
HSL 191.65º 0.9% 0.23% -
HSV(B) 191.65º 0.94% 0.43% -
XYZ 6.41 8.29 15.73 -
YUV 66.46 152 84.87 -
System Red Green Blue C M Y K H S L
Decimal 6 89 109 0.94 0.18 0 0.57 191.65 0.9 0.23
Hex 6 59 6D 5E 12 0 39 C0 5A 17
Octal 6 131 155 136 22 0 71 300 132 27
Binary 110 1011001 1101101 1011110 10010 0 111001 11000000 1011010 10111

Color Harmonies of #06596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06596D

Black with #06596D

Text Example


Text Example

White with #06596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,89,109); }

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

background-color css

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

 a { background-color: rgb(6,89,109); }

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

border-color css

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

 span { border-color: rgb(6,89,109); }

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