Shades of Cadet Blue #659DA2
Tints of Cadet Blue #659DA2
RGB
CMYK
RGB Variations
Color information
#659DA2 (or 0x659DA2) is known color: Cadet Blue. HEX triplet: 65, 9D and A2. RGB value is (101,157,162). Sum of RGB (Red+Green+Blue) = 101+157+162=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #659DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659DA2 is #9A625D. Grayscale: #8C8C8C. Windows color (decimal): -10117726 or 10657125. OLE color: 10657125.
HSL color Cylindrical-coordinate representation of color #659DA2: hue angle of 184.92º 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 #659DA2 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 157 | 162 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.36 |
| HSL | 184.92º | 0.25% | 0.52% | - |
| HSV(B) | 184.92º | 0.38% | 0.64% | - |
| XYZ | 23.95 | 29.49 | 38.61 | - |
| YUV | 140.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 162 | 0.38 | 0.03 | 0 | 0.36 | 184.92 | 0.25 | 0.52 |
| Hex | 65 | 9D | A2 | 26 | 3 | 0 | 24 | B9 | 19 | 34 |
| Octal | 145 | 235 | 242 | 46 | 3 | 0 | 44 | 271 | 31 | 64 |
| Binary | 1100101 | 10011101 | 10100010 | 100110 | 11 | 0 | 100100 | 10111001 | 11001 | 110100 |
Color Harmonies of #659DA2
Complementary color
Monochromatic Colors of #659DA2
Black with #659DA2
Text Example
Text Example
White with #659DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DA2; }
p { color: rgb(101,157,162); }
H1.HeaderClassName
{
color: #659DA2;
}
.AnyTagClassName
{
color: #659DA2;
}
</style>
background-color css
<style>
a { background-color: #659DA2; }
a { background-color: rgb(101,157,162); }
div.DivClassName
{
background-color: #659DA2;
}
.BgClassName
{
background-color: #659DA2;
}
</style>
border-color css
<style>
span { border-color: #659DA2; }
span { border-color: rgb(101,157,162); }
td.TdClassName
{
border-color: #659DA2;
}
.TagClassName
{
border-color: #659DA2;
}
</style>