Shades of Chetwode Blue #6471BC
Tints of Chetwode Blue #6471BC
RGB
CMYK
RGB Variations
Color information
#6471BC (or 0x6471BC) is known color: Chetwode Blue. HEX triplet: 64, 71 and BC. RGB value is (100,113,188). Sum of RGB (Red+Green+Blue) = 100+113+188=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #6471BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6471BC is #9B8E43. Grayscale: #757575. Windows color (decimal): -10194500 or 12349796. OLE color: 12349796.
HSL color Cylindrical-coordinate representation of color #6471BC: hue angle of 231.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6471BC is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 113 | 188 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.26 |
| HSL | 231.14º | 0.4% | 0.56% | - |
| HSV(B) | 231.14º | 0.47% | 0.74% | - |
| XYZ | 20.24 | 18.15 | 50.01 | - |
| YUV | 117.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 113 | 188 | 0.47 | 0.40 | 0 | 0.26 | 231.14 | 0.4 | 0.56 |
| Hex | 64 | 71 | BC | 2F | 28 | 0 | 1A | E7 | 28 | 38 |
| Octal | 144 | 161 | 274 | 57 | 50 | 0 | 32 | 347 | 50 | 70 |
| Binary | 1100100 | 1110001 | 10111100 | 101111 | 101000 | 0 | 11010 | 11100111 | 101000 | 111000 |
Color Harmonies of #6471BC
Complementary color
Monochromatic Colors of #6471BC
Black with #6471BC
Text Example
Text Example
White with #6471BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6471BC; }
p { color: rgb(100,113,188); }
H1.HeaderClassName
{
color: #6471BC;
}
.AnyTagClassName
{
color: #6471BC;
}
</style>
background-color css
<style>
a { background-color: #6471BC; }
a { background-color: rgb(100,113,188); }
div.DivClassName
{
background-color: #6471BC;
}
.BgClassName
{
background-color: #6471BC;
}
</style>
border-color css
<style>
span { border-color: #6471BC; }
span { border-color: rgb(100,113,188); }
td.TdClassName
{
border-color: #6471BC;
}
.TagClassName
{
border-color: #6471BC;
}
</style>