Shades of Cadet Blue #659BA2
Tints of Cadet Blue #659BA2
RGB
CMYK
RGB Variations
Color information
#659BA2 (or 0x659BA2) is known color: Cadet Blue. HEX triplet: 65, 9B and A2. RGB value is (101,155,162). Sum of RGB (Red+Green+Blue) = 101+155+162=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 162 - color contains mainly: blue. Hex color #659BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659BA2 is #9A645D. Grayscale: #8B8B8B. Windows color (decimal): -10118238 or 10656613. OLE color: 10656613.
HSL color Cylindrical-coordinate representation of color #659BA2: hue angle of 186.89º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #659BA2 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 155 | 162 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.36 |
| HSL | 186.89º | 0.25% | 0.52% | - |
| HSV(B) | 186.89º | 0.38% | 0.64% | - |
| XYZ | 23.61 | 28.82 | 38.5 | - |
| YUV | 139.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 162 | 0.38 | 0.04 | 0 | 0.36 | 186.89 | 0.25 | 0.52 |
| Hex | 65 | 9B | A2 | 26 | 4 | 0 | 24 | BB | 19 | 34 |
| Octal | 145 | 233 | 242 | 46 | 4 | 0 | 44 | 273 | 31 | 64 |
| Binary | 1100101 | 10011011 | 10100010 | 100110 | 100 | 0 | 100100 | 10111011 | 11001 | 110100 |
Color Harmonies of #659BA2
Complementary color
Monochromatic Colors of #659BA2
Black with #659BA2
Text Example
Text Example
White with #659BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BA2; }
p { color: rgb(101,155,162); }
H1.HeaderClassName
{
color: #659BA2;
}
.AnyTagClassName
{
color: #659BA2;
}
</style>
background-color css
<style>
a { background-color: #659BA2; }
a { background-color: rgb(101,155,162); }
div.DivClassName
{
background-color: #659BA2;
}
.BgClassName
{
background-color: #659BA2;
}
</style>
border-color css
<style>
span { border-color: #659BA2; }
span { border-color: rgb(101,155,162); }
td.TdClassName
{
border-color: #659BA2;
}
.TagClassName
{
border-color: #659BA2;
}
</style>