Shades of Chetwode Blue #6471CE
Tints of Chetwode Blue #6471CE
RGB
CMYK
RGB Variations
Color information
#6471CE (or 0x6471CE) is known color: Chetwode Blue. HEX triplet: 64, 71 and CE. RGB value is (100,113,206). Sum of RGB (Red+Green+Blue) = 100+113+206=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #6471CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6471CE is #9B8E31. Grayscale: #777777. Windows color (decimal): -10194482 or 13529444. OLE color: 13529444.
HSL color Cylindrical-coordinate representation of color #6471CE: hue angle of 232.64º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6471CE is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 113 | 206 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.19 |
| HSL | 232.64º | 0.52% | 0.6% | - |
| HSV(B) | 232.64º | 0.51% | 0.81% | - |
| XYZ | 22.3 | 18.98 | 60.88 | - |
| YUV | 119.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 206 | 0.51 | 0.45 | 0 | 0.19 | 232.64 | 0.52 | 0.6 |
| Hex | 64 | 71 | CE | 33 | 2D | 0 | 13 | E9 | 34 | 3C |
| Octal | 144 | 161 | 316 | 63 | 55 | 0 | 23 | 351 | 64 | 74 |
| Binary | 1100100 | 1110001 | 11001110 | 110011 | 101101 | 0 | 10011 | 11101001 | 110100 | 111100 |
Color Harmonies of #6471CE
Complementary color
Monochromatic Colors of #6471CE
Black with #6471CE
Text Example
Text Example
White with #6471CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6471CE; }
p { color: rgb(100,113,206); }
H1.HeaderClassName
{
color: #6471CE;
}
.AnyTagClassName
{
color: #6471CE;
}
</style>
background-color css
<style>
a { background-color: #6471CE; }
a { background-color: rgb(100,113,206); }
div.DivClassName
{
background-color: #6471CE;
}
.BgClassName
{
background-color: #6471CE;
}
</style>
border-color css
<style>
span { border-color: #6471CE; }
span { border-color: rgb(100,113,206); }
td.TdClassName
{
border-color: #6471CE;
}
.TagClassName
{
border-color: #6471CE;
}
</style>