#609E9F

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

Shades of Cadet Blue #609E9F

Tints of Cadet Blue #609E9F

Color information

#609E9F (or 0x609E9F) is unknown color: approx Cadet Blue. HEX triplet: 60, 9E and 9F. RGB value is (96,158,159). Sum of RGB (Red+Green+Blue) = 96+158+159=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #609E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E9F is #9F6160. Grayscale: #8B8B8B. Windows color (decimal): -10445153 or 10460768. OLE color: 10460768.

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

Color convert

RGB96158159-
CMYK0.400.0100.38
HSL180.95º24.71%50%-
HSV(B)180.95º39.62%62.35%-
XYZ23.3129.4437.26-
YUV139.58138.9696.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=23.24%
G=38.26%
B=38.50%

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
Decimal961581590.400.0100.38180.9524.7150
Hex609E9F281026b51932
Octal1402362375010462653162
Binary11000001001111010011111101000101001101011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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