Shades of Chetwode Blue #6476CE
Tints of Chetwode Blue #6476CE
RGB
CMYK
RGB Variations
Color information
#6476CE (or 0x6476CE) is known color: Chetwode Blue. HEX triplet: 64, 76 and CE. RGB value is (100,118,206). Sum of RGB (Red+Green+Blue) = 100+118+206=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #6476CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6476CE is #9B8931. Grayscale: #7A7A7A. Windows color (decimal): -10193202 or 13530724. OLE color: 13530724.
HSL color Cylindrical-coordinate representation of color #6476CE: hue angle of 229.81º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6476CE is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 118 | 206 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.19 |
| HSL | 229.81º | 0.52% | 0.6% | - |
| HSV(B) | 229.81º | 0.51% | 0.81% | - |
| XYZ | 22.87 | 20.12 | 61.07 | - |
| YUV | 122.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 118 | 206 | 0.51 | 0.43 | 0 | 0.19 | 229.81 | 0.52 | 0.6 |
| Hex | 64 | 76 | CE | 33 | 2B | 0 | 13 | E6 | 34 | 3C |
| Octal | 144 | 166 | 316 | 63 | 53 | 0 | 23 | 346 | 64 | 74 |
| Binary | 1100100 | 1110110 | 11001110 | 110011 | 101011 | 0 | 10011 | 11100110 | 110100 | 111100 |
Color Harmonies of #6476CE
Complementary color
Monochromatic Colors of #6476CE
Black with #6476CE
Text Example
Text Example
White with #6476CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6476CE; }
p { color: rgb(100,118,206); }
H1.HeaderClassName
{
color: #6476CE;
}
.AnyTagClassName
{
color: #6476CE;
}
</style>
background-color css
<style>
a { background-color: #6476CE; }
a { background-color: rgb(100,118,206); }
div.DivClassName
{
background-color: #6476CE;
}
.BgClassName
{
background-color: #6476CE;
}
</style>
border-color css
<style>
span { border-color: #6476CE; }
span { border-color: rgb(100,118,206); }
td.TdClassName
{
border-color: #6476CE;
}
.TagClassName
{
border-color: #6476CE;
}
</style>