Shades of Chetwode Blue #6473D0
Tints of Chetwode Blue #6473D0
RGB
CMYK
RGB Variations
Color information
#6473D0 (or 0x6473D0) is known color: Chetwode Blue. HEX triplet: 64, 73 and D0. RGB value is (100,115,208). Sum of RGB (Red+Green+Blue) = 100+115+208=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #6473D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473D0 is #9B8C2F. Grayscale: #787878. Windows color (decimal): -10193968 or 13661028. OLE color: 13661028.
HSL color Cylindrical-coordinate representation of color #6473D0: hue angle of 231.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6473D0 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 115 | 208 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.18 |
| HSL | 231.67º | 0.53% | 0.6% | - |
| HSV(B) | 231.67º | 0.52% | 0.82% | - |
| XYZ | 22.77 | 19.52 | 62.24 | - |
| YUV | 121.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 208 | 0.52 | 0.45 | 0 | 0.18 | 231.67 | 0.53 | 0.6 |
| Hex | 64 | 73 | D0 | 34 | 2D | 0 | 12 | E8 | 35 | 3C |
| Octal | 144 | 163 | 320 | 64 | 55 | 0 | 22 | 350 | 65 | 74 |
| Binary | 1100100 | 1110011 | 11010000 | 110100 | 101101 | 0 | 10010 | 11101000 | 110101 | 111100 |
Color Harmonies of #6473D0
Complementary color
Monochromatic Colors of #6473D0
Black with #6473D0
Text Example
Text Example
White with #6473D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6473D0; }
p { color: rgb(100,115,208); }
H1.HeaderClassName
{
color: #6473D0;
}
.AnyTagClassName
{
color: #6473D0;
}
</style>
background-color css
<style>
a { background-color: #6473D0; }
a { background-color: rgb(100,115,208); }
div.DivClassName
{
background-color: #6473D0;
}
.BgClassName
{
background-color: #6473D0;
}
</style>
border-color css
<style>
span { border-color: #6473D0; }
span { border-color: rgb(100,115,208); }
td.TdClassName
{
border-color: #6473D0;
}
.TagClassName
{
border-color: #6473D0;
}
</style>