Shades of Chetwode Blue #647CB1
Tints of Chetwode Blue #647CB1
RGB
CMYK
RGB Variations
Color information
#647CB1 (or 0x647CB1) is known color: Chetwode Blue. HEX triplet: 64, 7C and B1. RGB value is (100,124,177). Sum of RGB (Red+Green+Blue) = 100+124+177=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #647CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647CB1 is #9B834E. Grayscale: #7A7A7A. Windows color (decimal): -10191695 or 11631716. OLE color: 11631716.
HSL color Cylindrical-coordinate representation of color #647CB1: hue angle of 221.3º 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 #647CB1 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 124 | 177 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.31 |
| HSL | 221.3º | 0.33% | 0.54% | - |
| HSV(B) | 221.3º | 0.44% | 0.69% | - |
| XYZ | 20.4 | 20.3 | 44.44 | - |
| YUV | 122.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 177 | 0.44 | 0.30 | 0 | 0.31 | 221.3 | 0.33 | 0.54 |
| Hex | 64 | 7C | B1 | 2C | 1E | 0 | 1F | DD | 21 | 36 |
| Octal | 144 | 174 | 261 | 54 | 36 | 0 | 37 | 335 | 41 | 66 |
| Binary | 1100100 | 1111100 | 10110001 | 101100 | 11110 | 0 | 11111 | 11011101 | 100001 | 110110 |
Color Harmonies of #647CB1
Complementary color
Monochromatic Colors of #647CB1
Black with #647CB1
Text Example
Text Example
White with #647CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CB1; }
p { color: rgb(100,124,177); }
H1.HeaderClassName
{
color: #647CB1;
}
.AnyTagClassName
{
color: #647CB1;
}
</style>
background-color css
<style>
a { background-color: #647CB1; }
a { background-color: rgb(100,124,177); }
div.DivClassName
{
background-color: #647CB1;
}
.BgClassName
{
background-color: #647CB1;
}
</style>
border-color css
<style>
span { border-color: #647CB1; }
span { border-color: rgb(100,124,177); }
td.TdClassName
{
border-color: #647CB1;
}
.TagClassName
{
border-color: #647CB1;
}
</style>