Shades of Cadet Blue #659BA6
Tints of Cadet Blue #659BA6
RGB
CMYK
RGB Variations
Color information
#659BA6 (or 0x659BA6) is known color: Cadet Blue. HEX triplet: 65, 9B and A6. RGB value is (101,155,166). Sum of RGB (Red+Green+Blue) = 101+155+166=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #659BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659BA6 is #9A6459. Grayscale: #8C8C8C. Windows color (decimal): -10118234 or 10918757. OLE color: 10918757.
HSL color Cylindrical-coordinate representation of color #659BA6: hue angle of 190.15º 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 #659BA6 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 155 | 166 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.35 |
| HSL | 190.15º | 0.27% | 0.52% | - |
| HSV(B) | 190.15º | 0.39% | 0.65% | - |
| XYZ | 23.97 | 28.96 | 40.4 | - |
| YUV | 140.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 166 | 0.39 | 0.07 | 0 | 0.35 | 190.15 | 0.27 | 0.52 |
| Hex | 65 | 9B | A6 | 27 | 7 | 0 | 23 | BE | 1B | 34 |
| Octal | 145 | 233 | 246 | 47 | 7 | 0 | 43 | 276 | 33 | 64 |
| Binary | 1100101 | 10011011 | 10100110 | 100111 | 111 | 0 | 100011 | 10111110 | 11011 | 110100 |
Color Harmonies of #659BA6
Complementary color
Monochromatic Colors of #659BA6
Black with #659BA6
Text Example
Text Example
White with #659BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BA6; }
p { color: rgb(101,155,166); }
H1.HeaderClassName
{
color: #659BA6;
}
.AnyTagClassName
{
color: #659BA6;
}
</style>
background-color css
<style>
a { background-color: #659BA6; }
a { background-color: rgb(101,155,166); }
div.DivClassName
{
background-color: #659BA6;
}
.BgClassName
{
background-color: #659BA6;
}
</style>
border-color css
<style>
span { border-color: #659BA6; }
span { border-color: rgb(101,155,166); }
td.TdClassName
{
border-color: #659BA6;
}
.TagClassName
{
border-color: #659BA6;
}
</style>