Shades of Cadet Blue #659BA1
Tints of Cadet Blue #659BA1
RGB
CMYK
RGB Variations
Color information
#659BA1 (or 0x659BA1) is known color: Cadet Blue. HEX triplet: 65, 9B and A1. RGB value is (101,155,161). Sum of RGB (Red+Green+Blue) = 101+155+161=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #659BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659BA1 is #9A645E. Grayscale: #8B8B8B. Windows color (decimal): -10118239 or 10591077. OLE color: 10591077.
HSL color Cylindrical-coordinate representation of color #659BA1: hue angle of 186º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #659BA1 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 155 | 161 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.37 |
| HSL | 186º | 0.24% | 0.51% | - |
| HSV(B) | 186º | 0.37% | 0.63% | - |
| XYZ | 23.52 | 28.78 | 38.03 | - |
| YUV | 139.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 161 | 0.37 | 0.04 | 0 | 0.37 | 186 | 0.24 | 0.51 |
| Hex | 65 | 9B | A1 | 25 | 4 | 0 | 25 | BA | 18 | 33 |
| Octal | 145 | 233 | 241 | 45 | 4 | 0 | 45 | 272 | 30 | 63 |
| Binary | 1100101 | 10011011 | 10100001 | 100101 | 100 | 0 | 100101 | 10111010 | 11000 | 110011 |
Color Harmonies of #659BA1
Complementary color
Monochromatic Colors of #659BA1
Black with #659BA1
Text Example
Text Example
White with #659BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BA1; }
p { color: rgb(101,155,161); }
H1.HeaderClassName
{
color: #659BA1;
}
.AnyTagClassName
{
color: #659BA1;
}
</style>
background-color css
<style>
a { background-color: #659BA1; }
a { background-color: rgb(101,155,161); }
div.DivClassName
{
background-color: #659BA1;
}
.BgClassName
{
background-color: #659BA1;
}
</style>
border-color css
<style>
span { border-color: #659BA1; }
span { border-color: rgb(101,155,161); }
td.TdClassName
{
border-color: #659BA1;
}
.TagClassName
{
border-color: #659BA1;
}
</style>