Shades of Chetwode Blue #646FCE
Tints of Chetwode Blue #646FCE
RGB
CMYK
RGB Variations
Color information
#646FCE (or 0x646FCE) is known color: Chetwode Blue. HEX triplet: 64, 6F and CE. RGB value is (100,111,206). Sum of RGB (Red+Green+Blue) = 100+111+206=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #646FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FCE is #9B9031. Grayscale: #767676. Windows color (decimal): -10194994 or 13528932. OLE color: 13528932.
HSL color Cylindrical-coordinate representation of color #646FCE: hue angle of 233.77º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646FCE is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 111 | 206 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.19 |
| HSL | 233.77º | 0.52% | 0.6% | - |
| HSV(B) | 233.77º | 0.51% | 0.81% | - |
| XYZ | 22.08 | 18.53 | 60.81 | - |
| YUV | 118.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 206 | 0.51 | 0.46 | 0 | 0.19 | 233.77 | 0.52 | 0.6 |
| Hex | 64 | 6F | CE | 33 | 2E | 0 | 13 | EA | 34 | 3C |
| Octal | 144 | 157 | 316 | 63 | 56 | 0 | 23 | 352 | 64 | 74 |
| Binary | 1100100 | 1101111 | 11001110 | 110011 | 101110 | 0 | 10011 | 11101010 | 110100 | 111100 |
Color Harmonies of #646FCE
Complementary color
Monochromatic Colors of #646FCE
Black with #646FCE
Text Example
Text Example
White with #646FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646FCE; }
p { color: rgb(100,111,206); }
H1.HeaderClassName
{
color: #646FCE;
}
.AnyTagClassName
{
color: #646FCE;
}
</style>
background-color css
<style>
a { background-color: #646FCE; }
a { background-color: rgb(100,111,206); }
div.DivClassName
{
background-color: #646FCE;
}
.BgClassName
{
background-color: #646FCE;
}
</style>
border-color css
<style>
span { border-color: #646FCE; }
span { border-color: rgb(100,111,206); }
td.TdClassName
{
border-color: #646FCE;
}
.TagClassName
{
border-color: #646FCE;
}
</style>