Shades of Cadet Blue #659794
Tints of Cadet Blue #659794
RGB
CMYK
RGB Variations
Color information
#659794 (or 0x659794) is known color: Cadet Blue. HEX triplet: 65, 97 and 94. RGB value is (101,151,148). Sum of RGB (Red+Green+Blue) = 101+151+148=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #659794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659794 is #9A686B. Grayscale: #878787. Windows color (decimal): -10119276 or 9738085. OLE color: 9738085.
HSL color Cylindrical-coordinate representation of color #659794: hue angle of 176.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659794 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 151 | 148 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.41 |
| HSL | 176.4º | 0.2% | 0.49% | - |
| HSV(B) | 176.4º | 0.33% | 0.59% | - |
| XYZ | 21.78 | 27.04 | 32.09 | - |
| YUV | 135.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 148 | 0.33 | 0 | 0.02 | 0.41 | 176.4 | 0.2 | 0.49 |
| Hex | 65 | 97 | 94 | 21 | 0 | 2 | 29 | B0 | 14 | 31 |
| Octal | 145 | 227 | 224 | 41 | 0 | 2 | 51 | 260 | 24 | 61 |
| Binary | 1100101 | 10010111 | 10010100 | 100001 | 0 | 10 | 101001 | 10110000 | 10100 | 110001 |
Color Harmonies of #659794
Complementary color
Monochromatic Colors of #659794
Black with #659794
Text Example
Text Example
White with #659794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659794; }
p { color: rgb(101,151,148); }
H1.HeaderClassName
{
color: #659794;
}
.AnyTagClassName
{
color: #659794;
}
</style>
background-color css
<style>
a { background-color: #659794; }
a { background-color: rgb(101,151,148); }
div.DivClassName
{
background-color: #659794;
}
.BgClassName
{
background-color: #659794;
}
</style>
border-color css
<style>
span { border-color: #659794; }
span { border-color: rgb(101,151,148); }
td.TdClassName
{
border-color: #659794;
}
.TagClassName
{
border-color: #659794;
}
</style>