Shades of Chetwode Blue #647AC1
Tints of Chetwode Blue #647AC1
RGB
CMYK
RGB Variations
Color information
#647AC1 (or 0x647AC1) is known color: Chetwode Blue. HEX triplet: 64, 7A and C1. RGB value is (100,122,193). Sum of RGB (Red+Green+Blue) = 100+122+193=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #647AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647AC1 is #9B853E. Grayscale: #7B7B7B. Windows color (decimal): -10192191 or 12679780. OLE color: 12679780.
HSL color Cylindrical-coordinate representation of color #647AC1: hue angle of 225.81º 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 #647AC1 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 122 | 193 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.24 |
| HSL | 225.81º | 0.43% | 0.57% | - |
| HSV(B) | 225.81º | 0.48% | 0.76% | - |
| XYZ | 21.84 | 20.48 | 53.25 | - |
| YUV | 123.52 | 167.21 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 193 | 0.48 | 0.37 | 0 | 0.24 | 225.81 | 0.43 | 0.57 |
| Hex | 64 | 7A | C1 | 30 | 25 | 0 | 18 | E2 | 2B | 39 |
| Octal | 144 | 172 | 301 | 60 | 45 | 0 | 30 | 342 | 53 | 71 |
| Binary | 1100100 | 1111010 | 11000001 | 110000 | 100101 | 0 | 11000 | 11100010 | 101011 | 111001 |
Color Harmonies of #647AC1
Complementary color
Monochromatic Colors of #647AC1
Black with #647AC1
Text Example
Text Example
White with #647AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AC1; }
p { color: rgb(100,122,193); }
H1.HeaderClassName
{
color: #647AC1;
}
.AnyTagClassName
{
color: #647AC1;
}
</style>
background-color css
<style>
a { background-color: #647AC1; }
a { background-color: rgb(100,122,193); }
div.DivClassName
{
background-color: #647AC1;
}
.BgClassName
{
background-color: #647AC1;
}
</style>
border-color css
<style>
span { border-color: #647AC1; }
span { border-color: rgb(100,122,193); }
td.TdClassName
{
border-color: #647AC1;
}
.TagClassName
{
border-color: #647AC1;
}
</style>