#06597C

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

Shades of Blue Lagoon #06597C

Tints of Blue Lagoon #06597C

Color information

#06597C (or 0x06597C) is unknown color: approx Blue Lagoon. HEX triplet: 06, 59 and 7C. RGB value is (6,89,124). Sum of RGB (Red+Green+Blue) = 6+89+124=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #06597C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06597C is #F9A683. Grayscale: #434343. Windows color (decimal): -16361092 or 8149254. OLE color: 8149254.

HSL color Cylindrical-coordinate representation of color #06597C: hue angle of 197.8º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06597C is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB689124-
CMYK0.950.2800.51
HSL197.8º90.77%25.49%-
HSV(B)197.8º95.16%48.63%-
XYZ7.298.6420.35-
YUV68.17159.583.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=2.74%
G=40.64%
B=56.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6891240.950.2800.51197.890.7725.49
Hex6597C5F1C033c65b19
Octal61311741373406330613331
Binary11010110011111100101111111100011001111000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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