#659B9E

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

Shades of Cadet Blue #659B9E

Tints of Cadet Blue #659B9E

Color information

#659B9E (or 0x659B9E) is unknown color: approx Cadet Blue. HEX triplet: 65, 9B and 9E. RGB value is (101,155,158). Sum of RGB (Red+Green+Blue) = 101+155+158=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #659B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659B9E is #9A6461. Grayscale: #8B8B8B. Windows color (decimal): -10118242 or 10394469. OLE color: 10394469.

HSL color Cylindrical-coordinate representation of color #659B9E: hue angle of 183.16º 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 #659B9E is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101155158-
CMYK0.360.0200.38
HSL183.16º22.71%50.78%-
HSV(B)183.16º36.08%61.96%-
XYZ23.2628.6836.66-
YUV139.2138.61100.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.40%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=24.40%
G=37.44%
B=38.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011551580.360.0200.38183.1622.7150.78
Hex659B9E242026b71733
Octal1452332364420462672763
Binary110010110011011100111101001001001001101011011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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