Shades of Chetwode Blue #6470C2
Tints of Chetwode Blue #6470C2
RGB
CMYK
RGB Variations
Color information
#6470C2 (or 0x6470C2) is known color: Chetwode Blue. HEX triplet: 64, 70 and C2. RGB value is (100,112,194). Sum of RGB (Red+Green+Blue) = 100+112+194=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #6470C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470C2 is #9B8F3D. Grayscale: #757575. Windows color (decimal): -10194750 or 12742756. OLE color: 12742756.
HSL color Cylindrical-coordinate representation of color #6470C2: hue angle of 232.34º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6470C2 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 112 | 194 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.24 |
| HSL | 232.34º | 0.44% | 0.58% | - |
| HSV(B) | 232.34º | 0.48% | 0.76% | - |
| XYZ | 20.79 | 18.19 | 53.45 | - |
| YUV | 117.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 194 | 0.48 | 0.42 | 0 | 0.24 | 232.34 | 0.44 | 0.58 |
| Hex | 64 | 70 | C2 | 30 | 2A | 0 | 18 | E8 | 2C | 3A |
| Octal | 144 | 160 | 302 | 60 | 52 | 0 | 30 | 350 | 54 | 72 |
| Binary | 1100100 | 1110000 | 11000010 | 110000 | 101010 | 0 | 11000 | 11101000 | 101100 | 111010 |
Color Harmonies of #6470C2
Complementary color
Monochromatic Colors of #6470C2
Black with #6470C2
Text Example
Text Example
White with #6470C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6470C2; }
p { color: rgb(100,112,194); }
H1.HeaderClassName
{
color: #6470C2;
}
.AnyTagClassName
{
color: #6470C2;
}
</style>
background-color css
<style>
a { background-color: #6470C2; }
a { background-color: rgb(100,112,194); }
div.DivClassName
{
background-color: #6470C2;
}
.BgClassName
{
background-color: #6470C2;
}
</style>
border-color css
<style>
span { border-color: #6470C2; }
span { border-color: rgb(100,112,194); }
td.TdClassName
{
border-color: #6470C2;
}
.TagClassName
{
border-color: #6470C2;
}
</style>