Shades of Chetwode Blue #646FBA
Tints of Chetwode Blue #646FBA
RGB
CMYK
RGB Variations
Color information
#646FBA (or 0x646FBA) is known color: Chetwode Blue. HEX triplet: 64, 6F and BA. RGB value is (100,111,186). Sum of RGB (Red+Green+Blue) = 100+111+186=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #646FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646FBA is #9B9045. Grayscale: #737373. Windows color (decimal): -10195014 or 12218212. OLE color: 12218212.
HSL color Cylindrical-coordinate representation of color #646FBA: hue angle of 232.33º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #646FBA is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 111 | 186 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.27 |
| HSL | 232.33º | 0.38% | 0.56% | - |
| HSV(B) | 232.33º | 0.46% | 0.73% | - |
| XYZ | 19.8 | 17.62 | 48.81 | - |
| YUV | 116.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 186 | 0.46 | 0.40 | 0 | 0.27 | 232.33 | 0.38 | 0.56 |
| Hex | 64 | 6F | BA | 2E | 28 | 0 | 1B | E8 | 26 | 38 |
| Octal | 144 | 157 | 272 | 56 | 50 | 0 | 33 | 350 | 46 | 70 |
| Binary | 1100100 | 1101111 | 10111010 | 101110 | 101000 | 0 | 11011 | 11101000 | 100110 | 111000 |
Color Harmonies of #646FBA
Complementary color
Monochromatic Colors of #646FBA
Black with #646FBA
Text Example
Text Example
White with #646FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646FBA; }
p { color: rgb(100,111,186); }
H1.HeaderClassName
{
color: #646FBA;
}
.AnyTagClassName
{
color: #646FBA;
}
</style>
background-color css
<style>
a { background-color: #646FBA; }
a { background-color: rgb(100,111,186); }
div.DivClassName
{
background-color: #646FBA;
}
.BgClassName
{
background-color: #646FBA;
}
</style>
border-color css
<style>
span { border-color: #646FBA; }
span { border-color: rgb(100,111,186); }
td.TdClassName
{
border-color: #646FBA;
}
.TagClassName
{
border-color: #646FBA;
}
</style>