#06596E

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

Shades of Blue Lagoon #06596E

Tints of Blue Lagoon #06596E

Color information

#06596E (or 0x06596E) is unknown color: approx Blue Lagoon. HEX triplet: 06, 59 and 6E. RGB value is (6,89,110). Sum of RGB (Red+Green+Blue) = 6+89+110=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #06596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06596E is #F9A691. Grayscale: #424242. Windows color (decimal): -16361106 or 7231750. OLE color: 7231750.

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

Color convert

RGB689110-
CMYK0.950.1900.57
HSL192.12º89.66%22.75%-
HSV(B)192.12º94.55%43.14%-
XYZ6.468.3116.02-
YUV66.58152.584.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 110 (43.36% from 255) = 53.66%
R=2.93%
G=43.41%
B=53.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6891100.950.1900.57192.1289.6622.75
Hex6596E5F13039c05a17
Octal61311561372307130013227
Binary11010110011101110101111110011011100111000000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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