#609F9B

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

Shades of Cadet Blue #609F9B

Tints of Cadet Blue #609F9B

Color information

#609F9B (or 0x609F9B) is unknown color: approx Cadet Blue. HEX triplet: 60, 9F and 9B. RGB value is (96,159,155). Sum of RGB (Red+Green+Blue) = 96+159+155=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #609F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609F9B is #9F6064. Grayscale: #8B8B8B. Windows color (decimal): -10444901 or 10198880. OLE color: 10198880.

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

Color convert

RGB96159155-
CMYK0.4000.030.38
HSL176.19º24.71%50%-
HSV(B)176.19º39.62%62.35%-
XYZ23.1429.6535.51-
YUV139.71136.6396.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=23.41%
G=38.78%
B=37.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961591550.4000.030.38176.1924.7150
Hex609F9B280326b01932
Octal1402372335003462603162
Binary110000010011111100110111010000111001101011000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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