Shades of Chetwode Blue #6478AC
Tints of Chetwode Blue #6478AC
RGB
CMYK
RGB Variations
Color information
#6478AC (or 0x6478AC) is known color: Chetwode Blue. HEX triplet: 64, 78 and AC. RGB value is (100,120,172). Sum of RGB (Red+Green+Blue) = 100+120+172=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #6478AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6478AC is #9B8753. Grayscale: #777777. Windows color (decimal): -10192724 or 11303012. OLE color: 11303012.
HSL color Cylindrical-coordinate representation of color #6478AC: hue angle of 223.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6478AC is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 120 | 172 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.33 |
| HSL | 223.33º | 0.3% | 0.53% | - |
| HSV(B) | 223.33º | 0.42% | 0.67% | - |
| XYZ | 19.42 | 19.12 | 41.7 | - |
| YUV | 119.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 172 | 0.42 | 0.30 | 0 | 0.33 | 223.33 | 0.3 | 0.53 |
| Hex | 64 | 78 | AC | 2A | 1E | 0 | 21 | DF | 1E | 35 |
| Octal | 144 | 170 | 254 | 52 | 36 | 0 | 41 | 337 | 36 | 65 |
| Binary | 1100100 | 1111000 | 10101100 | 101010 | 11110 | 0 | 100001 | 11011111 | 11110 | 110101 |
Color Harmonies of #6478AC
Complementary color
Monochromatic Colors of #6478AC
Black with #6478AC
Text Example
Text Example
White with #6478AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6478AC; }
p { color: rgb(100,120,172); }
H1.HeaderClassName
{
color: #6478AC;
}
.AnyTagClassName
{
color: #6478AC;
}
</style>
background-color css
<style>
a { background-color: #6478AC; }
a { background-color: rgb(100,120,172); }
div.DivClassName
{
background-color: #6478AC;
}
.BgClassName
{
background-color: #6478AC;
}
</style>
border-color css
<style>
span { border-color: #6478AC; }
span { border-color: rgb(100,120,172); }
td.TdClassName
{
border-color: #6478AC;
}
.TagClassName
{
border-color: #6478AC;
}
</style>