Shades of Chetwode Blue #6576D6
Tints of Chetwode Blue #6576D6
RGB
CMYK
RGB Variations
Color information
#6576D6 (or 0x6576D6) is known color: Chetwode Blue. HEX triplet: 65, 76 and D6. RGB value is (101,118,214). Sum of RGB (Red+Green+Blue) = 101+118+214=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #6576D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576D6 is #9A8929. Grayscale: #7B7B7B. Windows color (decimal): -10127658 or 14055013. OLE color: 14055013.
HSL color Cylindrical-coordinate representation of color #6576D6: hue angle of 230.97º degrees, saturation: 0.58, 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 #6576D6 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 118 | 214 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.16 |
| HSL | 230.97º | 0.58% | 0.62% | - |
| HSV(B) | 230.97º | 0.53% | 0.84% | - |
| XYZ | 23.98 | 20.58 | 66.33 | - |
| YUV | 123.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 214 | 0.53 | 0.45 | 0 | 0.16 | 230.97 | 0.58 | 0.62 |
| Hex | 65 | 76 | D6 | 35 | 2D | 0 | 10 | E7 | 3A | 3E |
| Octal | 145 | 166 | 326 | 65 | 55 | 0 | 20 | 347 | 72 | 76 |
| Binary | 1100101 | 1110110 | 11010110 | 110101 | 101101 | 0 | 10000 | 11100111 | 111010 | 111110 |
Color Harmonies of #6576D6
Complementary color
Monochromatic Colors of #6576D6
Black with #6576D6
Text Example
Text Example
White with #6576D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576D6; }
p { color: rgb(101,118,214); }
H1.HeaderClassName
{
color: #6576D6;
}
.AnyTagClassName
{
color: #6576D6;
}
</style>
background-color css
<style>
a { background-color: #6576D6; }
a { background-color: rgb(101,118,214); }
div.DivClassName
{
background-color: #6576D6;
}
.BgClassName
{
background-color: #6576D6;
}
</style>
border-color css
<style>
span { border-color: #6576D6; }
span { border-color: rgb(101,118,214); }
td.TdClassName
{
border-color: #6576D6;
}
.TagClassName
{
border-color: #6576D6;
}
</style>