Shades of Chetwode Blue #6478AD
Tints of Chetwode Blue #6478AD
RGB
CMYK
RGB Variations
Color information
#6478AD (or 0x6478AD) is known color: Chetwode Blue. HEX triplet: 64, 78 and AD. RGB value is (100,120,173). Sum of RGB (Red+Green+Blue) = 100+120+173=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #6478AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6478AD is #9B8752. Grayscale: #777777. Windows color (decimal): -10192723 or 11368548. OLE color: 11368548.
HSL color Cylindrical-coordinate representation of color #6478AD: hue angle of 223.56º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6478AD is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 120 | 173 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.32 |
| HSL | 223.56º | 0.31% | 0.54% | - |
| HSV(B) | 223.56º | 0.42% | 0.68% | - |
| XYZ | 19.51 | 19.16 | 42.2 | - |
| YUV | 120.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 173 | 0.42 | 0.31 | 0 | 0.32 | 223.56 | 0.31 | 0.54 |
| Hex | 64 | 78 | AD | 2A | 1F | 0 | 20 | E0 | 1F | 36 |
| Octal | 144 | 170 | 255 | 52 | 37 | 0 | 40 | 340 | 37 | 66 |
| Binary | 1100100 | 1111000 | 10101101 | 101010 | 11111 | 0 | 100000 | 11100000 | 11111 | 110110 |
Color Harmonies of #6478AD
Complementary color
Monochromatic Colors of #6478AD
Black with #6478AD
Text Example
Text Example
White with #6478AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6478AD; }
p { color: rgb(100,120,173); }
H1.HeaderClassName
{
color: #6478AD;
}
.AnyTagClassName
{
color: #6478AD;
}
</style>
background-color css
<style>
a { background-color: #6478AD; }
a { background-color: rgb(100,120,173); }
div.DivClassName
{
background-color: #6478AD;
}
.BgClassName
{
background-color: #6478AD;
}
</style>
border-color css
<style>
span { border-color: #6478AD; }
span { border-color: rgb(100,120,173); }
td.TdClassName
{
border-color: #6478AD;
}
.TagClassName
{
border-color: #6478AD;
}
</style>