Shades of Cadet Blue #649FAB
Tints of Cadet Blue #649FAB
RGB
CMYK
RGB Variations
Color information
#649FAB (or 0x649FAB) is known color: Cadet Blue. HEX triplet: 64, 9F and AB. RGB value is (100,159,171). Sum of RGB (Red+Green+Blue) = 100+159+171=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #649FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649FAB is #9B6054. Grayscale: #8E8E8E. Windows color (decimal): -10182741 or 11247460. OLE color: 11247460.
HSL color Cylindrical-coordinate representation of color #649FAB: hue angle of 190.14º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #649FAB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 159 | 171 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.33 |
| HSL | 190.14º | 0.3% | 0.53% | - |
| HSV(B) | 190.14º | 0.42% | 0.67% | - |
| XYZ | 25 | 30.45 | 43.09 | - |
| YUV | 142.73 | 143.95 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 171 | 0.42 | 0.07 | 0 | 0.33 | 190.14 | 0.3 | 0.53 |
| Hex | 64 | 9F | AB | 2A | 7 | 0 | 21 | BE | 1E | 35 |
| Octal | 144 | 237 | 253 | 52 | 7 | 0 | 41 | 276 | 36 | 65 |
| Binary | 1100100 | 10011111 | 10101011 | 101010 | 111 | 0 | 100001 | 10111110 | 11110 | 110101 |
Color Harmonies of #649FAB
Complementary color
Monochromatic Colors of #649FAB
Black with #649FAB
Text Example
Text Example
White with #649FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FAB; }
p { color: rgb(100,159,171); }
H1.HeaderClassName
{
color: #649FAB;
}
.AnyTagClassName
{
color: #649FAB;
}
</style>
background-color css
<style>
a { background-color: #649FAB; }
a { background-color: rgb(100,159,171); }
div.DivClassName
{
background-color: #649FAB;
}
.BgClassName
{
background-color: #649FAB;
}
</style>
border-color css
<style>
span { border-color: #649FAB; }
span { border-color: rgb(100,159,171); }
td.TdClassName
{
border-color: #649FAB;
}
.TagClassName
{
border-color: #649FAB;
}
</style>