#609E9B

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

Shades of Cadet Blue #609E9B

Tints of Cadet Blue #609E9B

Color information

#609E9B (or 0x609E9B) is unknown color: approx Cadet Blue. HEX triplet: 60, 9E and 9B. RGB value is (96,158,155). Sum of RGB (Red+Green+Blue) = 96+158+155=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 158 - color contains mainly: green. Hex color #609E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E9B is #9F6164. Grayscale: #8B8B8B. Windows color (decimal): -10445157 or 10198624. OLE color: 10198624.

HSL color Cylindrical-coordinate representation of color #609E9B: hue angle of 177.1º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E9B is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB96158155-
CMYK0.3900.020.38
HSL177.1º24.41%49.8%-
HSV(B)177.1º39.24%61.96%-
XYZ22.9729.3135.46-
YUV139.12136.9697.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 158 (62.11% from 255) = 38.63%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=23.47%
G=38.63%
B=37.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961581550.3900.020.38177.124.4149.8
Hex609E9B270226b11832
Octal1402362334702462613062
Binary110000010011110100110111001110101001101011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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