Shades of Chetwode Blue #6573CF
Tints of Chetwode Blue #6573CF
RGB
CMYK
RGB Variations
Color information
#6573CF (or 0x6573CF) is known color: Chetwode Blue. HEX triplet: 65, 73 and CF. RGB value is (101,115,207). Sum of RGB (Red+Green+Blue) = 101+115+207=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #6573CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6573CF is #9A8C30. Grayscale: #787878. Windows color (decimal): -10128433 or 13595493. OLE color: 13595493.
HSL color Cylindrical-coordinate representation of color #6573CF: hue angle of 232.08º 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 #6573CF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 115 | 207 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.19 |
| HSL | 232.08º | 0.52% | 0.6% | - |
| HSV(B) | 232.08º | 0.51% | 0.81% | - |
| XYZ | 22.76 | 19.53 | 61.6 | - |
| YUV | 121.3 | 176.36 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 207 | 0.51 | 0.44 | 0 | 0.19 | 232.08 | 0.52 | 0.6 |
| Hex | 65 | 73 | CF | 33 | 2C | 0 | 13 | E8 | 34 | 3C |
| Octal | 145 | 163 | 317 | 63 | 54 | 0 | 23 | 350 | 64 | 74 |
| Binary | 1100101 | 1110011 | 11001111 | 110011 | 101100 | 0 | 10011 | 11101000 | 110100 | 111100 |
Color Harmonies of #6573CF
Complementary color
Monochromatic Colors of #6573CF
Black with #6573CF
Text Example
Text Example
White with #6573CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6573CF; }
p { color: rgb(101,115,207); }
H1.HeaderClassName
{
color: #6573CF;
}
.AnyTagClassName
{
color: #6573CF;
}
</style>
background-color css
<style>
a { background-color: #6573CF; }
a { background-color: rgb(101,115,207); }
div.DivClassName
{
background-color: #6573CF;
}
.BgClassName
{
background-color: #6573CF;
}
</style>
border-color css
<style>
span { border-color: #6573CF; }
span { border-color: rgb(101,115,207); }
td.TdClassName
{
border-color: #6573CF;
}
.TagClassName
{
border-color: #6573CF;
}
</style>