Shades of Chetwode Blue #6466BA
Tints of Chetwode Blue #6466BA
RGB
CMYK
RGB Variations
Color information
#6466BA (or 0x6466BA) is known color: Chetwode Blue. HEX triplet: 64, 66 and BA. RGB value is (100,102,186). Sum of RGB (Red+Green+Blue) = 100+102+186=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #6466BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466BA is #9B9945. Grayscale: #6E6E6E. Windows color (decimal): -10197318 or 12215908. OLE color: 12215908.
HSL color Cylindrical-coordinate representation of color #6466BA: hue angle of 238.6º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6466BA is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 102 | 186 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.27 |
| HSL | 238.6º | 0.38% | 0.56% | - |
| HSV(B) | 238.6º | 0.46% | 0.73% | - |
| XYZ | 18.87 | 15.76 | 48.5 | - |
| YUV | 110.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 186 | 0.46 | 0.45 | 0 | 0.27 | 238.6 | 0.38 | 0.56 |
| Hex | 64 | 66 | BA | 2E | 2D | 0 | 1B | EF | 26 | 38 |
| Octal | 144 | 146 | 272 | 56 | 55 | 0 | 33 | 357 | 46 | 70 |
| Binary | 1100100 | 1100110 | 10111010 | 101110 | 101101 | 0 | 11011 | 11101111 | 100110 | 111000 |
Color Harmonies of #6466BA
Complementary color
Monochromatic Colors of #6466BA
Black with #6466BA
Text Example
Text Example
White with #6466BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466BA; }
p { color: rgb(100,102,186); }
H1.HeaderClassName
{
color: #6466BA;
}
.AnyTagClassName
{
color: #6466BA;
}
</style>
background-color css
<style>
a { background-color: #6466BA; }
a { background-color: rgb(100,102,186); }
div.DivClassName
{
background-color: #6466BA;
}
.BgClassName
{
background-color: #6466BA;
}
</style>
border-color css
<style>
span { border-color: #6466BA; }
span { border-color: rgb(100,102,186); }
td.TdClassName
{
border-color: #6466BA;
}
.TagClassName
{
border-color: #6466BA;
}
</style>