Shades of Chetwode Blue #6576D5
Tints of Chetwode Blue #6576D5
RGB
CMYK
RGB Variations
Color information
#6576D5 (or 0x6576D5) is known color: Chetwode Blue. HEX triplet: 65, 76 and D5. RGB value is (101,118,213). Sum of RGB (Red+Green+Blue) = 101+118+213=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #6576D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576D5 is #9A892A. Grayscale: #7B7B7B. Windows color (decimal): -10127659 or 13989477. OLE color: 13989477.
HSL color Cylindrical-coordinate representation of color #6576D5: hue angle of 230.89º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6576D5 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 118 | 213 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.16 |
| HSL | 230.89º | 0.57% | 0.62% | - |
| HSV(B) | 230.89º | 0.53% | 0.84% | - |
| XYZ | 23.86 | 20.53 | 65.66 | - |
| YUV | 123.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 213 | 0.53 | 0.45 | 0 | 0.16 | 230.89 | 0.57 | 0.62 |
| Hex | 65 | 76 | D5 | 35 | 2D | 0 | 10 | E7 | 39 | 3E |
| Octal | 145 | 166 | 325 | 65 | 55 | 0 | 20 | 347 | 71 | 76 |
| Binary | 1100101 | 1110110 | 11010101 | 110101 | 101101 | 0 | 10000 | 11100111 | 111001 | 111110 |
Color Harmonies of #6576D5
Complementary color
Monochromatic Colors of #6576D5
Black with #6576D5
Text Example
Text Example
White with #6576D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576D5; }
p { color: rgb(101,118,213); }
H1.HeaderClassName
{
color: #6576D5;
}
.AnyTagClassName
{
color: #6576D5;
}
</style>
background-color css
<style>
a { background-color: #6576D5; }
a { background-color: rgb(101,118,213); }
div.DivClassName
{
background-color: #6576D5;
}
.BgClassName
{
background-color: #6576D5;
}
</style>
border-color css
<style>
span { border-color: #6576D5; }
span { border-color: rgb(101,118,213); }
td.TdClassName
{
border-color: #6576D5;
}
.TagClassName
{
border-color: #6576D5;
}
</style>