Shades of Chetwode Blue #6370CD
Tints of Chetwode Blue #6370CD
RGB
CMYK
RGB Variations
Color information
#6370CD (or 0x6370CD) is known color: Chetwode Blue. HEX triplet: 63, 70 and CD. RGB value is (99,112,205). Sum of RGB (Red+Green+Blue) = 99+112+205=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #6370CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370CD is #9C8F32. Grayscale: #767676. Windows color (decimal): -10260275 or 13463651. OLE color: 13463651.
HSL color Cylindrical-coordinate representation of color #6370CD: hue angle of 232.64º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6370CD is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 112 | 205 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.20 |
| HSL | 232.64º | 0.51% | 0.6% | - |
| HSV(B) | 232.64º | 0.52% | 0.8% | - |
| XYZ | 21.96 | 18.65 | 60.2 | - |
| YUV | 118.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 205 | 0.52 | 0.45 | 0 | 0.20 | 232.64 | 0.51 | 0.6 |
| Hex | 63 | 70 | CD | 34 | 2D | 0 | 14 | E9 | 33 | 3C |
| Octal | 143 | 160 | 315 | 64 | 55 | 0 | 24 | 351 | 63 | 74 |
| Binary | 1100011 | 1110000 | 11001101 | 110100 | 101101 | 0 | 10100 | 11101001 | 110011 | 111100 |
Color Harmonies of #6370CD
Complementary color
Monochromatic Colors of #6370CD
Black with #6370CD
Text Example
Text Example
White with #6370CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370CD; }
p { color: rgb(99,112,205); }
H1.HeaderClassName
{
color: #6370CD;
}
.AnyTagClassName
{
color: #6370CD;
}
</style>
background-color css
<style>
a { background-color: #6370CD; }
a { background-color: rgb(99,112,205); }
div.DivClassName
{
background-color: #6370CD;
}
.BgClassName
{
background-color: #6370CD;
}
</style>
border-color css
<style>
span { border-color: #6370CD; }
span { border-color: rgb(99,112,205); }
td.TdClassName
{
border-color: #6370CD;
}
.TagClassName
{
border-color: #6370CD;
}
</style>