Shades of Chetwode Blue #647BC1
Tints of Chetwode Blue #647BC1
RGB
CMYK
RGB Variations
Color information
#647BC1 (or 0x647BC1) is known color: Chetwode Blue. HEX triplet: 64, 7B and C1. RGB value is (100,123,193). Sum of RGB (Red+Green+Blue) = 100+123+193=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #647BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BC1 is #9B843E. Grayscale: #7B7B7B. Windows color (decimal): -10191935 or 12680036. OLE color: 12680036.
HSL color Cylindrical-coordinate representation of color #647BC1: hue angle of 225.16º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647BC1 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 123 | 193 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.24 |
| HSL | 225.16º | 0.43% | 0.57% | - |
| HSV(B) | 225.16º | 0.48% | 0.76% | - |
| XYZ | 21.96 | 20.73 | 53.29 | - |
| YUV | 124.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 193 | 0.48 | 0.36 | 0 | 0.24 | 225.16 | 0.43 | 0.57 |
| Hex | 64 | 7B | C1 | 30 | 24 | 0 | 18 | E1 | 2B | 39 |
| Octal | 144 | 173 | 301 | 60 | 44 | 0 | 30 | 341 | 53 | 71 |
| Binary | 1100100 | 1111011 | 11000001 | 110000 | 100100 | 0 | 11000 | 11100001 | 101011 | 111001 |
Color Harmonies of #647BC1
Complementary color
Monochromatic Colors of #647BC1
Black with #647BC1
Text Example
Text Example
White with #647BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BC1; }
p { color: rgb(100,123,193); }
H1.HeaderClassName
{
color: #647BC1;
}
.AnyTagClassName
{
color: #647BC1;
}
</style>
background-color css
<style>
a { background-color: #647BC1; }
a { background-color: rgb(100,123,193); }
div.DivClassName
{
background-color: #647BC1;
}
.BgClassName
{
background-color: #647BC1;
}
</style>
border-color css
<style>
span { border-color: #647BC1; }
span { border-color: rgb(100,123,193); }
td.TdClassName
{
border-color: #647BC1;
}
.TagClassName
{
border-color: #647BC1;
}
</style>