#609999

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

Shades of Cadet Blue #609999

Tints of Cadet Blue #609999

Color information

#609999 (or 0x609999) is unknown color: approx Cadet Blue. HEX triplet: 60, 99 and 99. RGB value is (96,153,153). Sum of RGB (Red+Green+Blue) = 96+153+153=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #609999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609999 is #9F6666. Grayscale: #878787. Windows color (decimal): -10446439 or 10066272. OLE color: 10066272.

HSL color Cylindrical-coordinate representation of color #609999: hue angle of 180º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609999 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96153153-
CMYK0.37000.4
HSL180º22.89%48.82%-
HSV(B)180º37.25%60%-
XYZ21.9627.5734.3-
YUV135.96137.6299.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 153 (60.16% from 255) = 38.06%
BLUE value IS 153 (60.16% from 255) = 38.06%
R=23.88%
G=38.06%
B=38.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961531530.37000.418022.8948.82
Hex609999250028b41731
Octal1402312314500502642761
Binary11000001001100110011001100101001010001011010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609999; }

 p { color: rgb(96,153,153); }

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

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

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

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

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

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

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