Shades of Chetwode Blue #6471CF
Tints of Chetwode Blue #6471CF
RGB
CMYK
RGB Variations
Color information
#6471CF (or 0x6471CF) is known color: Chetwode Blue. HEX triplet: 64, 71 and CF. RGB value is (100,113,207). Sum of RGB (Red+Green+Blue) = 100+113+207=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #6471CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6471CF is #9B8E30. Grayscale: #777777. Windows color (decimal): -10194481 or 13594980. OLE color: 13594980.
HSL color Cylindrical-coordinate representation of color #6471CF: hue angle of 232.71º 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 #6471CF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 113 | 207 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.19 |
| HSL | 232.71º | 0.53% | 0.6% | - |
| HSV(B) | 232.71º | 0.52% | 0.81% | - |
| XYZ | 22.42 | 19.02 | 61.52 | - |
| YUV | 119.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 207 | 0.52 | 0.45 | 0 | 0.19 | 232.71 | 0.53 | 0.6 |
| Hex | 64 | 71 | CF | 34 | 2D | 0 | 13 | E9 | 35 | 3C |
| Octal | 144 | 161 | 317 | 64 | 55 | 0 | 23 | 351 | 65 | 74 |
| Binary | 1100100 | 1110001 | 11001111 | 110100 | 101101 | 0 | 10011 | 11101001 | 110101 | 111100 |
Color Harmonies of #6471CF
Complementary color
Monochromatic Colors of #6471CF
Black with #6471CF
Text Example
Text Example
White with #6471CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6471CF; }
p { color: rgb(100,113,207); }
H1.HeaderClassName
{
color: #6471CF;
}
.AnyTagClassName
{
color: #6471CF;
}
</style>
background-color css
<style>
a { background-color: #6471CF; }
a { background-color: rgb(100,113,207); }
div.DivClassName
{
background-color: #6471CF;
}
.BgClassName
{
background-color: #6471CF;
}
</style>
border-color css
<style>
span { border-color: #6471CF; }
span { border-color: rgb(100,113,207); }
td.TdClassName
{
border-color: #6471CF;
}
.TagClassName
{
border-color: #6471CF;
}
</style>