Shades of Cadet Blue #659EA4
Tints of Cadet Blue #659EA4
RGB
CMYK
RGB Variations
Color information
#659EA4 (or 0x659EA4) is known color: Cadet Blue. HEX triplet: 65, 9E and A4. RGB value is (101,158,164). Sum of RGB (Red+Green+Blue) = 101+158+164=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #659EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659EA4 is #9A615B. Grayscale: #8D8D8D. Windows color (decimal): -10117468 or 10788453. OLE color: 10788453.
HSL color Cylindrical-coordinate representation of color #659EA4: hue angle of 185.71º degrees, saturation: 0.26, 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 #659EA4 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 158 | 164 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.36 |
| HSL | 185.71º | 0.26% | 0.52% | - |
| HSV(B) | 185.71º | 0.38% | 0.64% | - |
| XYZ | 24.29 | 29.9 | 39.61 | - |
| YUV | 141.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 164 | 0.38 | 0.04 | 0 | 0.36 | 185.71 | 0.26 | 0.52 |
| Hex | 65 | 9E | A4 | 26 | 4 | 0 | 24 | BA | 1A | 34 |
| Octal | 145 | 236 | 244 | 46 | 4 | 0 | 44 | 272 | 32 | 64 |
| Binary | 1100101 | 10011110 | 10100100 | 100110 | 100 | 0 | 100100 | 10111010 | 11010 | 110100 |
Color Harmonies of #659EA4
Complementary color
Monochromatic Colors of #659EA4
Black with #659EA4
Text Example
Text Example
White with #659EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659EA4; }
p { color: rgb(101,158,164); }
H1.HeaderClassName
{
color: #659EA4;
}
.AnyTagClassName
{
color: #659EA4;
}
</style>
background-color css
<style>
a { background-color: #659EA4; }
a { background-color: rgb(101,158,164); }
div.DivClassName
{
background-color: #659EA4;
}
.BgClassName
{
background-color: #659EA4;
}
</style>
border-color css
<style>
span { border-color: #659EA4; }
span { border-color: rgb(101,158,164); }
td.TdClassName
{
border-color: #659EA4;
}
.TagClassName
{
border-color: #659EA4;
}
</style>