Shades of Chetwode Blue #647BB0
Tints of Chetwode Blue #647BB0
RGB
CMYK
RGB Variations
Color information
#647BB0 (or 0x647BB0) is known color: Chetwode Blue. HEX triplet: 64, 7B and B0. RGB value is (100,123,176). Sum of RGB (Red+Green+Blue) = 100+123+176=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #647BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647BB0 is #9B844F. Grayscale: #797979. Windows color (decimal): -10191952 or 11565924. OLE color: 11565924.
HSL color Cylindrical-coordinate representation of color #647BB0: hue angle of 221.84º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #647BB0 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 123 | 176 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.31 |
| HSL | 221.84º | 0.32% | 0.54% | - |
| HSV(B) | 221.84º | 0.43% | 0.69% | - |
| XYZ | 20.17 | 20.01 | 43.87 | - |
| YUV | 122.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 176 | 0.43 | 0.30 | 0 | 0.31 | 221.84 | 0.32 | 0.54 |
| Hex | 64 | 7B | B0 | 2B | 1E | 0 | 1F | DE | 20 | 36 |
| Octal | 144 | 173 | 260 | 53 | 36 | 0 | 37 | 336 | 40 | 66 |
| Binary | 1100100 | 1111011 | 10110000 | 101011 | 11110 | 0 | 11111 | 11011110 | 100000 | 110110 |
Color Harmonies of #647BB0
Complementary color
Monochromatic Colors of #647BB0
Black with #647BB0
Text Example
Text Example
White with #647BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BB0; }
p { color: rgb(100,123,176); }
H1.HeaderClassName
{
color: #647BB0;
}
.AnyTagClassName
{
color: #647BB0;
}
</style>
background-color css
<style>
a { background-color: #647BB0; }
a { background-color: rgb(100,123,176); }
div.DivClassName
{
background-color: #647BB0;
}
.BgClassName
{
background-color: #647BB0;
}
</style>
border-color css
<style>
span { border-color: #647BB0; }
span { border-color: rgb(100,123,176); }
td.TdClassName
{
border-color: #647BB0;
}
.TagClassName
{
border-color: #647BB0;
}
</style>