Shades of Chetwode Blue #6470CD
Tints of Chetwode Blue #6470CD
RGB
CMYK
RGB Variations
Color information
#6470CD (or 0x6470CD) is known color: Chetwode Blue. HEX triplet: 64, 70 and CD. RGB value is (100,112,205). Sum of RGB (Red+Green+Blue) = 100+112+205=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #6470CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470CD is #9B8F32. Grayscale: #767676. Windows color (decimal): -10194739 or 13463652. OLE color: 13463652.
HSL color Cylindrical-coordinate representation of color #6470CD: hue angle of 233.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6470CD is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 112 | 205 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.20 |
| HSL | 233.14º | 0.51% | 0.6% | - |
| HSV(B) | 233.14º | 0.51% | 0.8% | - |
| XYZ | 22.07 | 18.71 | 60.2 | - |
| YUV | 119.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 205 | 0.51 | 0.45 | 0 | 0.20 | 233.14 | 0.51 | 0.6 |
| Hex | 64 | 70 | CD | 33 | 2D | 0 | 14 | E9 | 33 | 3C |
| Octal | 144 | 160 | 315 | 63 | 55 | 0 | 24 | 351 | 63 | 74 |
| Binary | 1100100 | 1110000 | 11001101 | 110011 | 101101 | 0 | 10100 | 11101001 | 110011 | 111100 |
Color Harmonies of #6470CD
Complementary color
Monochromatic Colors of #6470CD
Black with #6470CD
Text Example
Text Example
White with #6470CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6470CD; }
p { color: rgb(100,112,205); }
H1.HeaderClassName
{
color: #6470CD;
}
.AnyTagClassName
{
color: #6470CD;
}
</style>
background-color css
<style>
a { background-color: #6470CD; }
a { background-color: rgb(100,112,205); }
div.DivClassName
{
background-color: #6470CD;
}
.BgClassName
{
background-color: #6470CD;
}
</style>
border-color css
<style>
span { border-color: #6470CD; }
span { border-color: rgb(100,112,205); }
td.TdClassName
{
border-color: #6470CD;
}
.TagClassName
{
border-color: #6470CD;
}
</style>