Shades of Chetwode Blue #6471BE
Tints of Chetwode Blue #6471BE
RGB
CMYK
RGB Variations
Color information
#6471BE (or 0x6471BE) is known color: Chetwode Blue. HEX triplet: 64, 71 and BE. RGB value is (100,113,190). Sum of RGB (Red+Green+Blue) = 100+113+190=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #6471BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6471BE is #9B8E41. Grayscale: #757575. Windows color (decimal): -10194498 or 12480868. OLE color: 12480868.
HSL color Cylindrical-coordinate representation of color #6471BE: hue angle of 231.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6471BE is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 113 | 190 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.25 |
| HSL | 231.33º | 0.41% | 0.57% | - |
| HSV(B) | 231.33º | 0.47% | 0.75% | - |
| XYZ | 20.45 | 18.24 | 51.16 | - |
| YUV | 117.89 | 168.69 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 190 | 0.47 | 0.41 | 0 | 0.25 | 231.33 | 0.41 | 0.57 |
| Hex | 64 | 71 | BE | 2F | 29 | 0 | 19 | E7 | 29 | 39 |
| Octal | 144 | 161 | 276 | 57 | 51 | 0 | 31 | 347 | 51 | 71 |
| Binary | 1100100 | 1110001 | 10111110 | 101111 | 101001 | 0 | 11001 | 11100111 | 101001 | 111001 |
Color Harmonies of #6471BE
Complementary color
Monochromatic Colors of #6471BE
Black with #6471BE
Text Example
Text Example
White with #6471BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6471BE; }
p { color: rgb(100,113,190); }
H1.HeaderClassName
{
color: #6471BE;
}
.AnyTagClassName
{
color: #6471BE;
}
</style>
background-color css
<style>
a { background-color: #6471BE; }
a { background-color: rgb(100,113,190); }
div.DivClassName
{
background-color: #6471BE;
}
.BgClassName
{
background-color: #6471BE;
}
</style>
border-color css
<style>
span { border-color: #6471BE; }
span { border-color: rgb(100,113,190); }
td.TdClassName
{
border-color: #6471BE;
}
.TagClassName
{
border-color: #6471BE;
}
</style>