Shades of Cadet Blue #649BA6
Tints of Cadet Blue #649BA6
RGB
CMYK
RGB Variations
Color information
#649BA6 (or 0x649BA6) is known color: Cadet Blue. HEX triplet: 64, 9B and A6. RGB value is (100,155,166). Sum of RGB (Red+Green+Blue) = 100+155+166=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 166 - color contains mainly: blue. Hex color #649BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649BA6 is #9B6459. Grayscale: #8B8B8B. Windows color (decimal): -10183770 or 10918756. OLE color: 10918756.
HSL color Cylindrical-coordinate representation of color #649BA6: hue angle of 190º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #649BA6 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 155 | 166 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.35 |
| HSL | 190º | 0.27% | 0.52% | - |
| HSV(B) | 190º | 0.4% | 0.65% | - |
| XYZ | 23.86 | 28.91 | 40.4 | - |
| YUV | 139.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 166 | 0.40 | 0.07 | 0 | 0.35 | 190 | 0.27 | 0.52 |
| Hex | 64 | 9B | A6 | 28 | 7 | 0 | 23 | BE | 1B | 34 |
| Octal | 144 | 233 | 246 | 50 | 7 | 0 | 43 | 276 | 33 | 64 |
| Binary | 1100100 | 10011011 | 10100110 | 101000 | 111 | 0 | 100011 | 10111110 | 11011 | 110100 |
Color Harmonies of #649BA6
Complementary color
Monochromatic Colors of #649BA6
Black with #649BA6
Text Example
Text Example
White with #649BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BA6; }
p { color: rgb(100,155,166); }
H1.HeaderClassName
{
color: #649BA6;
}
.AnyTagClassName
{
color: #649BA6;
}
</style>
background-color css
<style>
a { background-color: #649BA6; }
a { background-color: rgb(100,155,166); }
div.DivClassName
{
background-color: #649BA6;
}
.BgClassName
{
background-color: #649BA6;
}
</style>
border-color css
<style>
span { border-color: #649BA6; }
span { border-color: rgb(100,155,166); }
td.TdClassName
{
border-color: #649BA6;
}
.TagClassName
{
border-color: #649BA6;
}
</style>