Shades of Chetwode Blue #6473CF
Tints of Chetwode Blue #6473CF
RGB
CMYK
RGB Variations
Color information
#6473CF (or 0x6473CF) is known color: Chetwode Blue. HEX triplet: 64, 73 and CF. RGB value is (100,115,207). Sum of RGB (Red+Green+Blue) = 100+115+207=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #6473CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473CF is #9B8C30. Grayscale: #787878. Windows color (decimal): -10193969 or 13595492. OLE color: 13595492.
HSL color Cylindrical-coordinate representation of color #6473CF: hue angle of 231.59º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6473CF is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 115 | 207 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.19 |
| HSL | 231.59º | 0.53% | 0.6% | - |
| HSV(B) | 231.59º | 0.52% | 0.81% | - |
| XYZ | 22.65 | 19.48 | 61.6 | - |
| YUV | 121 | 176.53 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 207 | 0.52 | 0.44 | 0 | 0.19 | 231.59 | 0.53 | 0.6 |
| Hex | 64 | 73 | CF | 34 | 2C | 0 | 13 | E8 | 35 | 3C |
| Octal | 144 | 163 | 317 | 64 | 54 | 0 | 23 | 350 | 65 | 74 |
| Binary | 1100100 | 1110011 | 11001111 | 110100 | 101100 | 0 | 10011 | 11101000 | 110101 | 111100 |
Color Harmonies of #6473CF
Complementary color
Monochromatic Colors of #6473CF
Black with #6473CF
Text Example
Text Example
White with #6473CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6473CF; }
p { color: rgb(100,115,207); }
H1.HeaderClassName
{
color: #6473CF;
}
.AnyTagClassName
{
color: #6473CF;
}
</style>
background-color css
<style>
a { background-color: #6473CF; }
a { background-color: rgb(100,115,207); }
div.DivClassName
{
background-color: #6473CF;
}
.BgClassName
{
background-color: #6473CF;
}
</style>
border-color css
<style>
span { border-color: #6473CF; }
span { border-color: rgb(100,115,207); }
td.TdClassName
{
border-color: #6473CF;
}
.TagClassName
{
border-color: #6473CF;
}
</style>