Shades of Chetwode Blue #6479AD
Tints of Chetwode Blue #6479AD
RGB
CMYK
RGB Variations
Color information
#6479AD (or 0x6479AD) is known color: Chetwode Blue. HEX triplet: 64, 79 and AD. RGB value is (100,121,173). Sum of RGB (Red+Green+Blue) = 100+121+173=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #6479AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6479AD is #9B8652. Grayscale: #787878. Windows color (decimal): -10192467 or 11368804. OLE color: 11368804.
HSL color Cylindrical-coordinate representation of color #6479AD: hue angle of 222.74º 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 #6479AD is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 121 | 173 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.32 |
| HSL | 222.74º | 0.31% | 0.54% | - |
| HSV(B) | 222.74º | 0.42% | 0.68% | - |
| XYZ | 19.64 | 19.4 | 42.25 | - |
| YUV | 120.65 | 157.54 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 173 | 0.42 | 0.30 | 0 | 0.32 | 222.74 | 0.31 | 0.54 |
| Hex | 64 | 79 | AD | 2A | 1E | 0 | 20 | DF | 1F | 36 |
| Octal | 144 | 171 | 255 | 52 | 36 | 0 | 40 | 337 | 37 | 66 |
| Binary | 1100100 | 1111001 | 10101101 | 101010 | 11110 | 0 | 100000 | 11011111 | 11111 | 110110 |
Color Harmonies of #6479AD
Complementary color
Monochromatic Colors of #6479AD
Black with #6479AD
Text Example
Text Example
White with #6479AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479AD; }
p { color: rgb(100,121,173); }
H1.HeaderClassName
{
color: #6479AD;
}
.AnyTagClassName
{
color: #6479AD;
}
</style>
background-color css
<style>
a { background-color: #6479AD; }
a { background-color: rgb(100,121,173); }
div.DivClassName
{
background-color: #6479AD;
}
.BgClassName
{
background-color: #6479AD;
}
</style>
border-color css
<style>
span { border-color: #6479AD; }
span { border-color: rgb(100,121,173); }
td.TdClassName
{
border-color: #6479AD;
}
.TagClassName
{
border-color: #6479AD;
}
</style>