Shades of Chetwode Blue #6478AA
Tints of Chetwode Blue #6478AA
RGB
CMYK
RGB Variations
Color information
#6478AA (or 0x6478AA) is known color: Chetwode Blue. HEX triplet: 64, 78 and AA. RGB value is (100,120,170). Sum of RGB (Red+Green+Blue) = 100+120+170=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #6478AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6478AA is #9B8755. Grayscale: #777777. Windows color (decimal): -10192726 or 11171940. OLE color: 11171940.
HSL color Cylindrical-coordinate representation of color #6478AA: hue angle of 222.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6478AA is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 120 | 170 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.33 |
| HSL | 222.86º | 0.29% | 0.53% | - |
| HSV(B) | 222.86º | 0.41% | 0.67% | - |
| XYZ | 19.23 | 19.04 | 40.69 | - |
| YUV | 119.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 170 | 0.41 | 0.29 | 0 | 0.33 | 222.86 | 0.29 | 0.53 |
| Hex | 64 | 78 | AA | 29 | 1D | 0 | 21 | DF | 1D | 35 |
| Octal | 144 | 170 | 252 | 51 | 35 | 0 | 41 | 337 | 35 | 65 |
| Binary | 1100100 | 1111000 | 10101010 | 101001 | 11101 | 0 | 100001 | 11011111 | 11101 | 110101 |
Color Harmonies of #6478AA
Complementary color
Monochromatic Colors of #6478AA
Black with #6478AA
Text Example
Text Example
White with #6478AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6478AA; }
p { color: rgb(100,120,170); }
H1.HeaderClassName
{
color: #6478AA;
}
.AnyTagClassName
{
color: #6478AA;
}
</style>
background-color css
<style>
a { background-color: #6478AA; }
a { background-color: rgb(100,120,170); }
div.DivClassName
{
background-color: #6478AA;
}
.BgClassName
{
background-color: #6478AA;
}
</style>
border-color css
<style>
span { border-color: #6478AA; }
span { border-color: rgb(100,120,170); }
td.TdClassName
{
border-color: #6478AA;
}
.TagClassName
{
border-color: #6478AA;
}
</style>