#659CA6

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

Shades of Cadet Blue #659CA6

Tints of Cadet Blue #659CA6

Color information

#659CA6 (or 0x659CA6) is unknown color: approx Cadet Blue. HEX triplet: 65, 9C and A6. RGB value is (101,156,166). Sum of RGB (Red+Green+Blue) = 101+156+166=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 166 - color contains mainly: blue. Hex color #659CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659CA6 is #9A6359. Grayscale: #8C8C8C. Windows color (decimal): -10117978 or 10919013. OLE color: 10919013.

HSL color Cylindrical-coordinate representation of color #659CA6: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #659CA6 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB101156166-
CMYK0.390.0600.35
HSL189.23º26.75%52.35%-
HSV(B)189.23º39.16%65.1%-
XYZ24.1429.340.46-
YUV140.7142.2899.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 166 (65.23% from 255) = 39.24%
R=23.88%
G=36.88%
B=39.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011561660.390.0600.35189.2326.7552.35
Hex659CA6276023bd1b34
Octal1452342464760432753364
Binary1100101100111001010011010011111001000111011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,156,166); }

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

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

 a { background-color: rgb(101,156,166); }

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

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

 span { border-color: rgb(101,156,166); }

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