Shades of Cadet Blue #649CAA
Tints of Cadet Blue #649CAA
RGB
CMYK
RGB Variations
Color information
#649CAA (or 0x649CAA) is known color: Cadet Blue. HEX triplet: 64, 9C and AA. RGB value is (100,156,170). Sum of RGB (Red+Green+Blue) = 100+156+170=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #649CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649CAA is #9B6355. Grayscale: #8C8C8C. Windows color (decimal): -10183510 or 11181156. OLE color: 11181156.
HSL color Cylindrical-coordinate representation of color #649CAA: hue angle of 192º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #649CAA is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 156 | 170 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.33 |
| HSL | 192º | 0.29% | 0.53% | - |
| HSV(B) | 192º | 0.41% | 0.67% | - |
| XYZ | 24.4 | 29.39 | 42.42 | - |
| YUV | 140.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 170 | 0.41 | 0.08 | 0 | 0.33 | 192 | 0.29 | 0.53 |
| Hex | 64 | 9C | AA | 29 | 8 | 0 | 21 | C0 | 1D | 35 |
| Octal | 144 | 234 | 252 | 51 | 10 | 0 | 41 | 300 | 35 | 65 |
| Binary | 1100100 | 10011100 | 10101010 | 101001 | 1000 | 0 | 100001 | 11000000 | 11101 | 110101 |
Color Harmonies of #649CAA
Complementary color
Monochromatic Colors of #649CAA
Black with #649CAA
Text Example
Text Example
White with #649CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CAA; }
p { color: rgb(100,156,170); }
H1.HeaderClassName
{
color: #649CAA;
}
.AnyTagClassName
{
color: #649CAA;
}
</style>
background-color css
<style>
a { background-color: #649CAA; }
a { background-color: rgb(100,156,170); }
div.DivClassName
{
background-color: #649CAA;
}
.BgClassName
{
background-color: #649CAA;
}
</style>
border-color css
<style>
span { border-color: #649CAA; }
span { border-color: rgb(100,156,170); }
td.TdClassName
{
border-color: #649CAA;
}
.TagClassName
{
border-color: #649CAA;
}
</style>