Shades of Chetwode Blue #647CB4
Tints of Chetwode Blue #647CB4
RGB
CMYK
RGB Variations
Color information
#647CB4 (or 0x647CB4) is known color: Chetwode Blue. HEX triplet: 64, 7C and B4. RGB value is (100,124,180). Sum of RGB (Red+Green+Blue) = 100+124+180=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #647CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CB4 is #9B834B. Grayscale: #7A7A7A. Windows color (decimal): -10191692 or 11828324. OLE color: 11828324.
HSL color Cylindrical-coordinate representation of color #647CB4: hue angle of 222º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #647CB4 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 124 | 180 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.29 |
| HSL | 222º | 0.35% | 0.55% | - |
| HSV(B) | 222º | 0.44% | 0.71% | - |
| XYZ | 20.7 | 20.42 | 46.03 | - |
| YUV | 123.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 180 | 0.44 | 0.31 | 0 | 0.29 | 222 | 0.35 | 0.55 |
| Hex | 64 | 7C | B4 | 2C | 1F | 0 | 1D | DE | 23 | 37 |
| Octal | 144 | 174 | 264 | 54 | 37 | 0 | 35 | 336 | 43 | 67 |
| Binary | 1100100 | 1111100 | 10110100 | 101100 | 11111 | 0 | 11101 | 11011110 | 100011 | 110111 |
Color Harmonies of #647CB4
Complementary color
Monochromatic Colors of #647CB4
Black with #647CB4
Text Example
Text Example
White with #647CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CB4; }
p { color: rgb(100,124,180); }
H1.HeaderClassName
{
color: #647CB4;
}
.AnyTagClassName
{
color: #647CB4;
}
</style>
background-color css
<style>
a { background-color: #647CB4; }
a { background-color: rgb(100,124,180); }
div.DivClassName
{
background-color: #647CB4;
}
.BgClassName
{
background-color: #647CB4;
}
</style>
border-color css
<style>
span { border-color: #647CB4; }
span { border-color: rgb(100,124,180); }
td.TdClassName
{
border-color: #647CB4;
}
.TagClassName
{
border-color: #647CB4;
}
</style>