Shades of Chetwode Blue #6576CD
Tints of Chetwode Blue #6576CD
RGB
CMYK
RGB Variations
Color information
#6576CD (or 0x6576CD) is known color: Chetwode Blue. HEX triplet: 65, 76 and CD. RGB value is (101,118,205). Sum of RGB (Red+Green+Blue) = 101+118+205=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #6576CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6576CD is #9A8932. Grayscale: #7A7A7A. Windows color (decimal): -10127667 or 13465189. OLE color: 13465189.
HSL color Cylindrical-coordinate representation of color #6576CD: hue angle of 230.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6576CD is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 118 | 205 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.20 |
| HSL | 230.19º | 0.51% | 0.6% | - |
| HSV(B) | 230.19º | 0.51% | 0.8% | - |
| XYZ | 22.86 | 20.13 | 60.44 | - |
| YUV | 122.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 205 | 0.51 | 0.42 | 0 | 0.20 | 230.19 | 0.51 | 0.6 |
| Hex | 65 | 76 | CD | 33 | 2A | 0 | 14 | E6 | 33 | 3C |
| Octal | 145 | 166 | 315 | 63 | 52 | 0 | 24 | 346 | 63 | 74 |
| Binary | 1100101 | 1110110 | 11001101 | 110011 | 101010 | 0 | 10100 | 11100110 | 110011 | 111100 |
Color Harmonies of #6576CD
Complementary color
Monochromatic Colors of #6576CD
Black with #6576CD
Text Example
Text Example
White with #6576CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6576CD; }
p { color: rgb(101,118,205); }
H1.HeaderClassName
{
color: #6576CD;
}
.AnyTagClassName
{
color: #6576CD;
}
</style>
background-color css
<style>
a { background-color: #6576CD; }
a { background-color: rgb(101,118,205); }
div.DivClassName
{
background-color: #6576CD;
}
.BgClassName
{
background-color: #6576CD;
}
</style>
border-color css
<style>
span { border-color: #6576CD; }
span { border-color: rgb(101,118,205); }
td.TdClassName
{
border-color: #6576CD;
}
.TagClassName
{
border-color: #6576CD;
}
</style>