Shades of Chetwode Blue #646DB8
Tints of Chetwode Blue #646DB8
RGB
CMYK
RGB Variations
Color information
#646DB8 (or 0x646DB8) is known color: Chetwode Blue. HEX triplet: 64, 6D and B8. RGB value is (100,109,184). Sum of RGB (Red+Green+Blue) = 100+109+184=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 184 - color contains mainly: blue. Hex color #646DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646DB8 is #9B9247. Grayscale: #727272. Windows color (decimal): -10195528 or 12086628. OLE color: 12086628.
HSL color Cylindrical-coordinate representation of color #646DB8: hue angle of 233.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #646DB8 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 109 | 184 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.28 |
| HSL | 233.57º | 0.37% | 0.56% | - |
| HSV(B) | 233.57º | 0.46% | 0.72% | - |
| XYZ | 19.38 | 17.11 | 47.63 | - |
| YUV | 114.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 184 | 0.46 | 0.41 | 0 | 0.28 | 233.57 | 0.37 | 0.56 |
| Hex | 64 | 6D | B8 | 2E | 29 | 0 | 1C | EA | 25 | 38 |
| Octal | 144 | 155 | 270 | 56 | 51 | 0 | 34 | 352 | 45 | 70 |
| Binary | 1100100 | 1101101 | 10111000 | 101110 | 101001 | 0 | 11100 | 11101010 | 100101 | 111000 |
Color Harmonies of #646DB8
Complementary color
Monochromatic Colors of #646DB8
Black with #646DB8
Text Example
Text Example
White with #646DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646DB8; }
p { color: rgb(100,109,184); }
H1.HeaderClassName
{
color: #646DB8;
}
.AnyTagClassName
{
color: #646DB8;
}
</style>
background-color css
<style>
a { background-color: #646DB8; }
a { background-color: rgb(100,109,184); }
div.DivClassName
{
background-color: #646DB8;
}
.BgClassName
{
background-color: #646DB8;
}
</style>
border-color css
<style>
span { border-color: #646DB8; }
span { border-color: rgb(100,109,184); }
td.TdClassName
{
border-color: #646DB8;
}
.TagClassName
{
border-color: #646DB8;
}
</style>