Html Css Color HEX #06596C Blue Lagoon

📋 copy color: '#06596C'

red 6 ◦ green 89 ◦ blue 108

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

Shades of Blue Lagoon #06596C

Tints of Blue Lagoon #06596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.2%

R = 2.96%
G = 43.84%
B = 53.2%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06596C (or 0x06596C) is known color: Blue Lagoon. HEX triplet: 06, 59 and 6C. RGB value is (6,89,108). Sum of RGB (Red+Green+Blue) = 6+89+108=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #06596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06596C is #F9A693. Grayscale: #424242. Windows color (decimal): -16361108 or 7100678. OLE color: 7100678.

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

Color convert

RGB 6 89 108 -
CMYK 0.94 0.18 0 0.58
HSL 191.18º 0.89% 0.22% -
HSV(B) 191.18º 0.94% 0.42% -
XYZ 6.35 8.27 15.45 -
YUV 66.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 6 89 108 0.94 0.18 0 0.58 191.18 0.89 0.22
Hex 6 59 6C 5E 12 0 3A BF 59 16
Octal 6 131 154 136 22 0 72 277 131 26
Binary 110 1011001 1101100 1011110 10010 0 111010 10111111 1011001 10110

Color Harmonies of #06596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06596C

Black with #06596C

Text Example


Text Example

White with #06596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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