Shades of Chetwode Blue #6371CF
Tints of Chetwode Blue #6371CF
RGB
CMYK
RGB Variations
Color information
#6371CF (or 0x6371CF) is known color: Chetwode Blue. HEX triplet: 63, 71 and CF. RGB value is (99,113,207). Sum of RGB (Red+Green+Blue) = 99+113+207=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 113 (44.53% from 255 or 26.97% 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 #6371CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371CF is #9C8E30. Grayscale: #777777. Windows color (decimal): -10260017 or 13594979. OLE color: 13594979.
HSL color Cylindrical-coordinate representation of color #6371CF: hue angle of 232.22º 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 #6371CF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 113 | 207 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.19 |
| HSL | 232.22º | 0.53% | 0.6% | - |
| HSV(B) | 232.22º | 0.52% | 0.81% | - |
| XYZ | 22.31 | 18.97 | 61.52 | - |
| YUV | 119.53 | 177.36 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 207 | 0.52 | 0.45 | 0 | 0.19 | 232.22 | 0.53 | 0.6 |
| Hex | 63 | 71 | CF | 34 | 2D | 0 | 13 | E8 | 35 | 3C |
| Octal | 143 | 161 | 317 | 64 | 55 | 0 | 23 | 350 | 65 | 74 |
| Binary | 1100011 | 1110001 | 11001111 | 110100 | 101101 | 0 | 10011 | 11101000 | 110101 | 111100 |
Color Harmonies of #6371CF
Complementary color
Monochromatic Colors of #6371CF
Black with #6371CF
Text Example
Text Example
White with #6371CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6371CF; }
p { color: rgb(99,113,207); }
H1.HeaderClassName
{
color: #6371CF;
}
.AnyTagClassName
{
color: #6371CF;
}
</style>
background-color css
<style>
a { background-color: #6371CF; }
a { background-color: rgb(99,113,207); }
div.DivClassName
{
background-color: #6371CF;
}
.BgClassName
{
background-color: #6371CF;
}
</style>
border-color css
<style>
span { border-color: #6371CF; }
span { border-color: rgb(99,113,207); }
td.TdClassName
{
border-color: #6371CF;
}
.TagClassName
{
border-color: #6371CF;
}
</style>