Shades of Chetwode Blue #6370CC
Tints of Chetwode Blue #6370CC
RGB
CMYK
RGB Variations
Color information
#6370CC (or 0x6370CC) is known color: Chetwode Blue. HEX triplet: 63, 70 and CC. RGB value is (99,112,204). Sum of RGB (Red+Green+Blue) = 99+112+204=415 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.86% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #6370CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6370CC is #9C8F33. Grayscale: #767676. Windows color (decimal): -10260276 or 13398115. OLE color: 13398115.
HSL color Cylindrical-coordinate representation of color #6370CC: hue angle of 232.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6370CC is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 112 | 204 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.2 |
| HSL | 232.57º | 0.51% | 0.59% | - |
| HSV(B) | 232.57º | 0.51% | 0.8% | - |
| XYZ | 21.84 | 18.6 | 59.57 | - |
| YUV | 118.6 | 176.19 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 204 | 0.51 | 0.45 | 0 | 0.2 | 232.57 | 0.51 | 0.59 |
| Hex | 63 | 70 | CC | 33 | 2D | 0 | 14 | E9 | 33 | 3B |
| Octal | 143 | 160 | 314 | 63 | 55 | 0 | 24 | 351 | 63 | 73 |
| Binary | 1100011 | 1110000 | 11001100 | 110011 | 101101 | 0 | 10100 | 11101001 | 110011 | 111011 |
Color Harmonies of #6370CC
Complementary color
Monochromatic Colors of #6370CC
Black with #6370CC
Text Example
Text Example
White with #6370CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370CC; }
p { color: rgb(99,112,204); }
H1.HeaderClassName
{
color: #6370CC;
}
.AnyTagClassName
{
color: #6370CC;
}
</style>
background-color css
<style>
a { background-color: #6370CC; }
a { background-color: rgb(99,112,204); }
div.DivClassName
{
background-color: #6370CC;
}
.BgClassName
{
background-color: #6370CC;
}
</style>
border-color css
<style>
span { border-color: #6370CC; }
span { border-color: rgb(99,112,204); }
td.TdClassName
{
border-color: #6370CC;
}
.TagClassName
{
border-color: #6370CC;
}
</style>