#609F93

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

Shades of Cadet Blue #609F93

Tints of Cadet Blue #609F93

Color information

#609F93 (or 0x609F93) is unknown color: approx Cadet Blue. HEX triplet: 60, 9F and 93. RGB value is (96,159,147). Sum of RGB (Red+Green+Blue) = 96+159+147=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #609F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609F93 is #9F606C. Grayscale: #8A8A8A. Windows color (decimal): -10444909 or 9674592. OLE color: 9674592.

HSL color Cylindrical-coordinate representation of color #609F93: hue angle of 168.57º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #609F93 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB96159147-
CMYK0.4000.080.38
HSL168.57º24.71%50%-
HSV(B)168.57º39.62%62.35%-
XYZ22.4929.3932.09-
YUV138.8132.6397.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 159 (62.5% from 255) = 39.55%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=23.88%
G=39.55%
B=36.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591470.4000.080.38168.5724.7150
Hex609F93280826a91932
Octal14023722350010462513162
Binary11000001001111110010011101000010001001101010100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609F93; }

 p { color: rgb(96,159,147); }

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

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

 a { background-color: rgb(96,159,147); }

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

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

 span { border-color: rgb(96,159,147); }

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