Shades of Chetwode Blue #6476BD
Tints of Chetwode Blue #6476BD
RGB
CMYK
RGB Variations
Color information
#6476BD (or 0x6476BD) is known color: Chetwode Blue. HEX triplet: 64, 76 and BD. RGB value is (100,118,189). Sum of RGB (Red+Green+Blue) = 100+118+189=407 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.57% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #6476BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476BD is #9B8942. Grayscale: #787878. Windows color (decimal): -10193219 or 12416612. OLE color: 12416612.
HSL color Cylindrical-coordinate representation of color #6476BD: hue angle of 227.87º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6476BD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 118 | 189 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.26 |
| HSL | 227.87º | 0.4% | 0.57% | - |
| HSV(B) | 227.87º | 0.47% | 0.74% | - |
| XYZ | 20.92 | 19.34 | 50.77 | - |
| YUV | 120.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 189 | 0.47 | 0.38 | 0 | 0.26 | 227.87 | 0.4 | 0.57 |
| Hex | 64 | 76 | BD | 2F | 26 | 0 | 1A | E4 | 28 | 39 |
| Octal | 144 | 166 | 275 | 57 | 46 | 0 | 32 | 344 | 50 | 71 |
| Binary | 1100100 | 1110110 | 10111101 | 101111 | 100110 | 0 | 11010 | 11100100 | 101000 | 111001 |
Color Harmonies of #6476BD
Complementary color
Monochromatic Colors of #6476BD
Black with #6476BD
Text Example
Text Example
White with #6476BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476BD; }
p { color: rgb(100,118,189); }
H1.HeaderClassName
{
color: #6476BD;
}
.AnyTagClassName
{
color: #6476BD;
}
</style>
background-color css
<style>
a { background-color: #6476BD; }
a { background-color: rgb(100,118,189); }
div.DivClassName
{
background-color: #6476BD;
}
.BgClassName
{
background-color: #6476BD;
}
</style>
border-color css
<style>
span { border-color: #6476BD; }
span { border-color: rgb(100,118,189); }
td.TdClassName
{
border-color: #6476BD;
}
.TagClassName
{
border-color: #6476BD;
}
</style>