Shades of Chetwode Blue #6466BC
Tints of Chetwode Blue #6466BC
RGB
CMYK
RGB Variations
Color information
#6466BC (or 0x6466BC) is known color: Chetwode Blue. HEX triplet: 64, 66 and BC. RGB value is (100,102,188). Sum of RGB (Red+Green+Blue) = 100+102+188=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6466BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466BC is #9B9943. Grayscale: #6E6E6E. Windows color (decimal): -10197316 or 12346980. OLE color: 12346980.
HSL color Cylindrical-coordinate representation of color #6466BC: hue angle of 238.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6466BC is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 102 | 188 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.26 |
| HSL | 238.64º | 0.4% | 0.56% | - |
| HSV(B) | 238.64º | 0.47% | 0.74% | - |
| XYZ | 19.08 | 15.84 | 49.63 | - |
| YUV | 111.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 188 | 0.47 | 0.46 | 0 | 0.26 | 238.64 | 0.4 | 0.56 |
| Hex | 64 | 66 | BC | 2F | 2E | 0 | 1A | EF | 28 | 38 |
| Octal | 144 | 146 | 274 | 57 | 56 | 0 | 32 | 357 | 50 | 70 |
| Binary | 1100100 | 1100110 | 10111100 | 101111 | 101110 | 0 | 11010 | 11101111 | 101000 | 111000 |
Color Harmonies of #6466BC
Complementary color
Monochromatic Colors of #6466BC
Black with #6466BC
Text Example
Text Example
White with #6466BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466BC; }
p { color: rgb(100,102,188); }
H1.HeaderClassName
{
color: #6466BC;
}
.AnyTagClassName
{
color: #6466BC;
}
</style>
background-color css
<style>
a { background-color: #6466BC; }
a { background-color: rgb(100,102,188); }
div.DivClassName
{
background-color: #6466BC;
}
.BgClassName
{
background-color: #6466BC;
}
</style>
border-color css
<style>
span { border-color: #6466BC; }
span { border-color: rgb(100,102,188); }
td.TdClassName
{
border-color: #6466BC;
}
.TagClassName
{
border-color: #6466BC;
}
</style>