Shades of Chetwode Blue #6576C9
Tints of Chetwode Blue #6576C9
RGB
CMYK
RGB Variations
Color information
#6576C9 (or 0x6576C9) is known color: Chetwode Blue. HEX triplet: 65, 76 and C9. RGB value is (101,118,201). Sum of RGB (Red+Green+Blue) = 101+118+201=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #6576C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576C9 is #9A8936. Grayscale: #7A7A7A. Windows color (decimal): -10127671 or 13203045. OLE color: 13203045.
HSL color Cylindrical-coordinate representation of color #6576C9: hue angle of 229.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6576C9 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 118 | 201 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.21 |
| HSL | 229.8º | 0.48% | 0.59% | - |
| HSV(B) | 229.8º | 0.5% | 0.79% | - |
| XYZ | 22.39 | 19.94 | 57.93 | - |
| YUV | 122.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 201 | 0.50 | 0.41 | 0 | 0.21 | 229.8 | 0.48 | 0.59 |
| Hex | 65 | 76 | C9 | 32 | 29 | 0 | 15 | E6 | 30 | 3B |
| Octal | 145 | 166 | 311 | 62 | 51 | 0 | 25 | 346 | 60 | 73 |
| Binary | 1100101 | 1110110 | 11001001 | 110010 | 101001 | 0 | 10101 | 11100110 | 110000 | 111011 |
Color Harmonies of #6576C9
Complementary color
Monochromatic Colors of #6576C9
Black with #6576C9
Text Example
Text Example
White with #6576C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576C9; }
p { color: rgb(101,118,201); }
H1.HeaderClassName
{
color: #6576C9;
}
.AnyTagClassName
{
color: #6576C9;
}
</style>
background-color css
<style>
a { background-color: #6576C9; }
a { background-color: rgb(101,118,201); }
div.DivClassName
{
background-color: #6576C9;
}
.BgClassName
{
background-color: #6576C9;
}
</style>
border-color css
<style>
span { border-color: #6576C9; }
span { border-color: rgb(101,118,201); }
td.TdClassName
{
border-color: #6576C9;
}
.TagClassName
{
border-color: #6576C9;
}
</style>