Shades of Chetwode Blue #6466B9
Tints of Chetwode Blue #6466B9
RGB
CMYK
RGB Variations
Color information
#6466B9 (or 0x6466B9) is known color: Chetwode Blue. HEX triplet: 64, 66 and B9. RGB value is (100,102,185). Sum of RGB (Red+Green+Blue) = 100+102+185=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #6466B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466B9 is #9B9946. Grayscale: #6E6E6E. Windows color (decimal): -10197319 or 12150372. OLE color: 12150372.
HSL color Cylindrical-coordinate representation of color #6466B9: hue angle of 238.59º 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 #6466B9 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 102 | 185 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.27 |
| HSL | 238.59º | 0.38% | 0.56% | - |
| HSV(B) | 238.59º | 0.46% | 0.73% | - |
| XYZ | 18.76 | 15.71 | 47.94 | - |
| YUV | 110.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 185 | 0.46 | 0.45 | 0 | 0.27 | 238.59 | 0.38 | 0.56 |
| Hex | 64 | 66 | B9 | 2E | 2D | 0 | 1B | EF | 26 | 38 |
| Octal | 144 | 146 | 271 | 56 | 55 | 0 | 33 | 357 | 46 | 70 |
| Binary | 1100100 | 1100110 | 10111001 | 101110 | 101101 | 0 | 11011 | 11101111 | 100110 | 111000 |
Color Harmonies of #6466B9
Complementary color
Monochromatic Colors of #6466B9
Black with #6466B9
Text Example
Text Example
White with #6466B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466B9; }
p { color: rgb(100,102,185); }
H1.HeaderClassName
{
color: #6466B9;
}
.AnyTagClassName
{
color: #6466B9;
}
</style>
background-color css
<style>
a { background-color: #6466B9; }
a { background-color: rgb(100,102,185); }
div.DivClassName
{
background-color: #6466B9;
}
.BgClassName
{
background-color: #6466B9;
}
</style>
border-color css
<style>
span { border-color: #6466B9; }
span { border-color: rgb(100,102,185); }
td.TdClassName
{
border-color: #6466B9;
}
.TagClassName
{
border-color: #6466B9;
}
</style>