Shades of Chetwode Blue #6466AB
Tints of Chetwode Blue #6466AB
RGB
CMYK
RGB Variations
Color information
#6466AB (or 0x6466AB) is known color: Chetwode Blue. HEX triplet: 64, 66 and AB. RGB value is (100,102,171). Sum of RGB (Red+Green+Blue) = 100+102+171=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #6466AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6466AB is #9B9954. Grayscale: #6C6C6C. Windows color (decimal): -10197333 or 11232868. OLE color: 11232868.
HSL color Cylindrical-coordinate representation of color #6466AB: hue angle of 238.31º 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 #6466AB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 102 | 171 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.33 |
| HSL | 238.31º | 0.3% | 0.53% | - |
| HSV(B) | 238.31º | 0.42% | 0.67% | - |
| XYZ | 17.36 | 15.15 | 40.54 | - |
| YUV | 109.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 171 | 0.42 | 0.40 | 0 | 0.33 | 238.31 | 0.3 | 0.53 |
| Hex | 64 | 66 | AB | 2A | 28 | 0 | 21 | EE | 1E | 35 |
| Octal | 144 | 146 | 253 | 52 | 50 | 0 | 41 | 356 | 36 | 65 |
| Binary | 1100100 | 1100110 | 10101011 | 101010 | 101000 | 0 | 100001 | 11101110 | 11110 | 110101 |
Color Harmonies of #6466AB
Complementary color
Monochromatic Colors of #6466AB
Black with #6466AB
Text Example
Text Example
White with #6466AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466AB; }
p { color: rgb(100,102,171); }
H1.HeaderClassName
{
color: #6466AB;
}
.AnyTagClassName
{
color: #6466AB;
}
</style>
background-color css
<style>
a { background-color: #6466AB; }
a { background-color: rgb(100,102,171); }
div.DivClassName
{
background-color: #6466AB;
}
.BgClassName
{
background-color: #6466AB;
}
</style>
border-color css
<style>
span { border-color: #6466AB; }
span { border-color: rgb(100,102,171); }
td.TdClassName
{
border-color: #6466AB;
}
.TagClassName
{
border-color: #6466AB;
}
</style>