Shades of Chetwode Blue #6371CC
Tints of Chetwode Blue #6371CC
RGB
CMYK
RGB Variations
Color information
#6371CC (or 0x6371CC) is known color: Chetwode Blue. HEX triplet: 63, 71 and CC. RGB value is (99,113,204). Sum of RGB (Red+Green+Blue) = 99+113+204=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #6371CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371CC is #9C8E33. Grayscale: #767676. Windows color (decimal): -10260020 or 13398371. OLE color: 13398371.
HSL color Cylindrical-coordinate representation of color #6371CC: hue angle of 232º 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 #6371CC is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 113 | 204 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.2 |
| HSL | 232º | 0.51% | 0.59% | - |
| HSV(B) | 232º | 0.51% | 0.8% | - |
| XYZ | 21.95 | 18.82 | 59.6 | - |
| YUV | 119.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 204 | 0.51 | 0.45 | 0 | 0.2 | 232 | 0.51 | 0.59 |
| Hex | 63 | 71 | CC | 33 | 2D | 0 | 14 | E8 | 33 | 3B |
| Octal | 143 | 161 | 314 | 63 | 55 | 0 | 24 | 350 | 63 | 73 |
| Binary | 1100011 | 1110001 | 11001100 | 110011 | 101101 | 0 | 10100 | 11101000 | 110011 | 111011 |
Color Harmonies of #6371CC
Complementary color
Monochromatic Colors of #6371CC
Black with #6371CC
Text Example
Text Example
White with #6371CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6371CC; }
p { color: rgb(99,113,204); }
H1.HeaderClassName
{
color: #6371CC;
}
.AnyTagClassName
{
color: #6371CC;
}
</style>
background-color css
<style>
a { background-color: #6371CC; }
a { background-color: rgb(99,113,204); }
div.DivClassName
{
background-color: #6371CC;
}
.BgClassName
{
background-color: #6371CC;
}
</style>
border-color css
<style>
span { border-color: #6371CC; }
span { border-color: rgb(99,113,204); }
td.TdClassName
{
border-color: #6371CC;
}
.TagClassName
{
border-color: #6371CC;
}
</style>