#609895

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

Shades of Cadet Blue #609895

Tints of Cadet Blue #609895

Color information

#609895 (or 0x609895) is unknown color: approx Cadet Blue. HEX triplet: 60, 98 and 95. RGB value is (96,152,149). Sum of RGB (Red+Green+Blue) = 96+152+149=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #609895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609895 is #9F676A. Grayscale: #868686. Windows color (decimal): -10446699 or 9803872. OLE color: 9803872.

HSL color Cylindrical-coordinate representation of color #609895: hue angle of 176.79º 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 #609895 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB96152149-
CMYK0.3700.020.40
HSL176.79º22.58%48.63%-
HSV(B)176.79º36.84%59.61%-
XYZ21.4827.1132.54-
YUV134.91135.95100.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=24.18%
G=38.29%
B=37.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961521490.3700.020.40176.7922.5848.63
Hex609895250228b11731
Octal1402302254502502612761
Binary110000010011000100101011001010101010001011000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609895; }

 p { color: rgb(96,152,149); }

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

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

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

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

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

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

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