#609697

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

Shades of Cadet Blue #609697

Tints of Cadet Blue #609697

Color information

#609697 (or 0x609697) is unknown color: approx Cadet Blue. HEX triplet: 60, 96 and 97. RGB value is (96,150,151). Sum of RGB (Red+Green+Blue) = 96+150+151=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #609697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609697 is #9F6968. Grayscale: #858585. Windows color (decimal): -10447209 or 9934432. OLE color: 9934432.

HSL color Cylindrical-coordinate representation of color #609697: hue angle of 181.09º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609697 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB96150151-
CMYK0.360.0100.41
HSL181.09º22.27%48.43%-
HSV(B)181.09º36.42%59.22%-
XYZ21.3226.5333.28-
YUV133.97137.61100.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 151 (59.38% from 255) = 38.04%
R=24.18%
G=37.78%
B=38.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501510.360.0100.41181.0922.2748.43
Hex609697241029b51630
Octal1402262274410512652660
Binary11000001001011010010111100100101010011011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609697; }

 p { color: rgb(96,150,151); }

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

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

 a { background-color: rgb(96,150,151); }

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

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

 span { border-color: rgb(96,150,151); }

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