Shades of Chetwode Blue #6470CF
Tints of Chetwode Blue #6470CF
RGB
CMYK
RGB Variations
Color information
#6470CF (or 0x6470CF) is known color: Chetwode Blue. HEX triplet: 64, 70 and CF. RGB value is (100,112,207). Sum of RGB (Red+Green+Blue) = 100+112+207=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #6470CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470CF is #9B8F30. Grayscale: #767676. Windows color (decimal): -10194737 or 13594724. OLE color: 13594724.
HSL color Cylindrical-coordinate representation of color #6470CF: hue angle of 233.27º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6470CF is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 112 | 207 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.19 |
| HSL | 233.27º | 0.53% | 0.6% | - |
| HSV(B) | 233.27º | 0.52% | 0.81% | - |
| XYZ | 22.31 | 18.8 | 61.48 | - |
| YUV | 119.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 207 | 0.52 | 0.46 | 0 | 0.19 | 233.27 | 0.53 | 0.6 |
| Hex | 64 | 70 | CF | 34 | 2E | 0 | 13 | E9 | 35 | 3C |
| Octal | 144 | 160 | 317 | 64 | 56 | 0 | 23 | 351 | 65 | 74 |
| Binary | 1100100 | 1110000 | 11001111 | 110100 | 101110 | 0 | 10011 | 11101001 | 110101 | 111100 |
Color Harmonies of #6470CF
Complementary color
Monochromatic Colors of #6470CF
Black with #6470CF
Text Example
Text Example
White with #6470CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6470CF; }
p { color: rgb(100,112,207); }
H1.HeaderClassName
{
color: #6470CF;
}
.AnyTagClassName
{
color: #6470CF;
}
</style>
background-color css
<style>
a { background-color: #6470CF; }
a { background-color: rgb(100,112,207); }
div.DivClassName
{
background-color: #6470CF;
}
.BgClassName
{
background-color: #6470CF;
}
</style>
border-color css
<style>
span { border-color: #6470CF; }
span { border-color: rgb(100,112,207); }
td.TdClassName
{
border-color: #6470CF;
}
.TagClassName
{
border-color: #6470CF;
}
</style>