Shades of Chetwode Blue #646FB1
Tints of Chetwode Blue #646FB1
RGB
CMYK
RGB Variations
Color information
#646FB1 (or 0x646FB1) is known color: Chetwode Blue. HEX triplet: 64, 6F and B1. RGB value is (100,111,177). Sum of RGB (Red+Green+Blue) = 100+111+177=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #646FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646FB1 is #9B904E. Grayscale: #727272. Windows color (decimal): -10195023 or 11628388. OLE color: 11628388.
HSL color Cylindrical-coordinate representation of color #646FB1: hue angle of 231.43º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #646FB1 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 111 | 177 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.31 |
| HSL | 231.43º | 0.33% | 0.54% | - |
| HSV(B) | 231.43º | 0.44% | 0.69% | - |
| XYZ | 18.88 | 17.25 | 43.93 | - |
| YUV | 115.24 | 162.86 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 177 | 0.44 | 0.37 | 0 | 0.31 | 231.43 | 0.33 | 0.54 |
| Hex | 64 | 6F | B1 | 2C | 25 | 0 | 1F | E7 | 21 | 36 |
| Octal | 144 | 157 | 261 | 54 | 45 | 0 | 37 | 347 | 41 | 66 |
| Binary | 1100100 | 1101111 | 10110001 | 101100 | 100101 | 0 | 11111 | 11100111 | 100001 | 110110 |
Color Harmonies of #646FB1
Complementary color
Monochromatic Colors of #646FB1
Black with #646FB1
Text Example
Text Example
White with #646FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646FB1; }
p { color: rgb(100,111,177); }
H1.HeaderClassName
{
color: #646FB1;
}
.AnyTagClassName
{
color: #646FB1;
}
</style>
background-color css
<style>
a { background-color: #646FB1; }
a { background-color: rgb(100,111,177); }
div.DivClassName
{
background-color: #646FB1;
}
.BgClassName
{
background-color: #646FB1;
}
</style>
border-color css
<style>
span { border-color: #646FB1; }
span { border-color: rgb(100,111,177); }
td.TdClassName
{
border-color: #646FB1;
}
.TagClassName
{
border-color: #646FB1;
}
</style>