#659F9A

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

Shades of Cadet Blue #659F9A

Tints of Cadet Blue #659F9A

Color information

#659F9A (or 0x659F9A) is unknown color: approx Cadet Blue. HEX triplet: 65, 9F and 9A. RGB value is (101,159,154). Sum of RGB (Red+Green+Blue) = 101+159+154=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #659F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F9A is #9A6065. Grayscale: #8D8D8D. Windows color (decimal): -10117222 or 10133349. OLE color: 10133349.

HSL color Cylindrical-coordinate representation of color #659F9A: hue angle of 174.83º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659F9A is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB101159154-
CMYK0.3600.030.38
HSL174.83º23.2%50.98%-
HSV(B)174.83º36.48%62.35%-
XYZ23.629.935.1-
YUV141.09135.2899.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=24.40%
G=38.41%
B=37.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591540.3600.030.38174.8323.250.98
Hex659F9A240326af1733
Octal1452372324403462572763
Binary110010110011111100110101001000111001101010111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659F9A; }

 p { color: rgb(101,159,154); }

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

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

 a { background-color: rgb(101,159,154); }

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

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

 span { border-color: rgb(101,159,154); }

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