Shades of Chetwode Blue #6573CE
Tints of Chetwode Blue #6573CE
RGB
CMYK
RGB Variations
Color information
#6573CE (or 0x6573CE) is known color: Chetwode Blue. HEX triplet: 65, 73 and CE. RGB value is (101,115,206). Sum of RGB (Red+Green+Blue) = 101+115+206=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #6573CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573CE is #9A8C31. Grayscale: #787878. Windows color (decimal): -10128434 or 13529957. OLE color: 13529957.
HSL color Cylindrical-coordinate representation of color #6573CE: hue angle of 232º 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 #6573CE is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 115 | 206 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.19 |
| HSL | 232º | 0.52% | 0.6% | - |
| HSV(B) | 232º | 0.51% | 0.81% | - |
| XYZ | 22.64 | 19.48 | 60.96 | - |
| YUV | 121.19 | 175.86 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 206 | 0.51 | 0.44 | 0 | 0.19 | 232 | 0.52 | 0.6 |
| Hex | 65 | 73 | CE | 33 | 2C | 0 | 13 | E8 | 34 | 3C |
| Octal | 145 | 163 | 316 | 63 | 54 | 0 | 23 | 350 | 64 | 74 |
| Binary | 1100101 | 1110011 | 11001110 | 110011 | 101100 | 0 | 10011 | 11101000 | 110100 | 111100 |
Color Harmonies of #6573CE
Complementary color
Monochromatic Colors of #6573CE
Black with #6573CE
Text Example
Text Example
White with #6573CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573CE; }
p { color: rgb(101,115,206); }
H1.HeaderClassName
{
color: #6573CE;
}
.AnyTagClassName
{
color: #6573CE;
}
</style>
background-color css
<style>
a { background-color: #6573CE; }
a { background-color: rgb(101,115,206); }
div.DivClassName
{
background-color: #6573CE;
}
.BgClassName
{
background-color: #6573CE;
}
</style>
border-color css
<style>
span { border-color: #6573CE; }
span { border-color: rgb(101,115,206); }
td.TdClassName
{
border-color: #6573CE;
}
.TagClassName
{
border-color: #6573CE;
}
</style>