#609D9F

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

Shades of Cadet Blue #609D9F

Tints of Cadet Blue #609D9F

Color information

#609D9F (or 0x609D9F) is unknown color: approx Cadet Blue. HEX triplet: 60, 9D and 9F. RGB value is (96,157,159). Sum of RGB (Red+Green+Blue) = 96+157+159=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #609D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609D9F is #9F6260. Grayscale: #8A8A8A. Windows color (decimal): -10445409 or 10460512. OLE color: 10460512.

HSL color Cylindrical-coordinate representation of color #609D9F: hue angle of 181.9º 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 #609D9F is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96157159-
CMYK0.400.0100.38
HSL181.9º24.71%50%-
HSV(B)181.9º39.62%62.35%-
XYZ23.1429.137.2-
YUV138.99139.2997.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.30%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=23.30%
G=38.11%
B=38.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961571590.400.0100.38181.924.7150
Hex609D9F281026b61932
Octal1402352375010462663162
Binary11000001001110110011111101000101001101011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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