Shades of Chetwode Blue #6476BC
Tints of Chetwode Blue #6476BC
RGB
CMYK
RGB Variations
Color information
#6476BC (or 0x6476BC) is known color: Chetwode Blue. HEX triplet: 64, 76 and BC. RGB value is (100,118,188). Sum of RGB (Red+Green+Blue) = 100+118+188=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #6476BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476BC is #9B8943. Grayscale: #787878. Windows color (decimal): -10193220 or 12351076. OLE color: 12351076.
HSL color Cylindrical-coordinate representation of color #6476BC: hue angle of 227.73º 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 #6476BC is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 118 | 188 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.26 |
| HSL | 227.73º | 0.4% | 0.56% | - |
| HSV(B) | 227.73º | 0.47% | 0.74% | - |
| XYZ | 20.81 | 19.3 | 50.2 | - |
| YUV | 120.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 188 | 0.47 | 0.37 | 0 | 0.26 | 227.73 | 0.4 | 0.56 |
| Hex | 64 | 76 | BC | 2F | 25 | 0 | 1A | E4 | 28 | 38 |
| Octal | 144 | 166 | 274 | 57 | 45 | 0 | 32 | 344 | 50 | 70 |
| Binary | 1100100 | 1110110 | 10111100 | 101111 | 100101 | 0 | 11010 | 11100100 | 101000 | 111000 |
Color Harmonies of #6476BC
Complementary color
Monochromatic Colors of #6476BC
Black with #6476BC
Text Example
Text Example
White with #6476BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476BC; }
p { color: rgb(100,118,188); }
H1.HeaderClassName
{
color: #6476BC;
}
.AnyTagClassName
{
color: #6476BC;
}
</style>
background-color css
<style>
a { background-color: #6476BC; }
a { background-color: rgb(100,118,188); }
div.DivClassName
{
background-color: #6476BC;
}
.BgClassName
{
background-color: #6476BC;
}
</style>
border-color css
<style>
span { border-color: #6476BC; }
span { border-color: rgb(100,118,188); }
td.TdClassName
{
border-color: #6476BC;
}
.TagClassName
{
border-color: #6476BC;
}
</style>