Shades of Chetwode Blue #646FA8
Tints of Chetwode Blue #646FA8
RGB
CMYK
RGB Variations
Color information
#646FA8 (or 0x646FA8) is known color: Chetwode Blue. HEX triplet: 64, 6F and A8. RGB value is (100,111,168). Sum of RGB (Red+Green+Blue) = 100+111+168=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 168 (66.02% from 255 or 44.33% from 379); Max value from RGB is 168 - color contains mainly: blue. Hex color #646FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646FA8 is #9B9057. Grayscale: #717171. Windows color (decimal): -10195032 or 11038564. OLE color: 11038564.
HSL color Cylindrical-coordinate representation of color #646FA8: hue angle of 230.29º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #646FA8 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 111 | 168 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.34 |
| HSL | 230.29º | 0.28% | 0.53% | - |
| HSV(B) | 230.29º | 0.4% | 0.66% | - |
| XYZ | 18.01 | 16.91 | 39.36 | - |
| YUV | 114.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 168 | 0.40 | 0.34 | 0 | 0.34 | 230.29 | 0.28 | 0.53 |
| Hex | 64 | 6F | A8 | 28 | 22 | 0 | 22 | E6 | 1C | 35 |
| Octal | 144 | 157 | 250 | 50 | 42 | 0 | 42 | 346 | 34 | 65 |
| Binary | 1100100 | 1101111 | 10101000 | 101000 | 100010 | 0 | 100010 | 11100110 | 11100 | 110101 |
Color Harmonies of #646FA8
Complementary color
Monochromatic Colors of #646FA8
Black with #646FA8
Text Example
Text Example
White with #646FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646FA8; }
p { color: rgb(100,111,168); }
H1.HeaderClassName
{
color: #646FA8;
}
.AnyTagClassName
{
color: #646FA8;
}
</style>
background-color css
<style>
a { background-color: #646FA8; }
a { background-color: rgb(100,111,168); }
div.DivClassName
{
background-color: #646FA8;
}
.BgClassName
{
background-color: #646FA8;
}
</style>
border-color css
<style>
span { border-color: #646FA8; }
span { border-color: rgb(100,111,168); }
td.TdClassName
{
border-color: #646FA8;
}
.TagClassName
{
border-color: #646FA8;
}
</style>