Shades of Slate Blue #6466CC
Tints of Slate Blue #6466CC
RGB
CMYK
RGB Variations
Color information
#6466CC (or 0x6466CC) is known color: Slate Blue. HEX triplet: 64, 66 and CC. RGB value is (100,102,204). Sum of RGB (Red+Green+Blue) = 100+102+204=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6466CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6466CC is #9B9933. Grayscale: #707070. Windows color (decimal): -10197300 or 13395556. OLE color: 13395556.
HSL color Cylindrical-coordinate representation of color #6466CC: hue angle of 238.85º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6466CC is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 102 | 204 | - |
| CMYK | 0.51 | 0.5 | 0 | 0.2 |
| HSL | 238.85º | 0.5% | 0.6% | - |
| HSV(B) | 238.85º | 0.51% | 0.8% | - |
| XYZ | 20.91 | 16.57 | 59.22 | - |
| YUV | 113.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 204 | 0.51 | 0.5 | 0 | 0.2 | 238.85 | 0.5 | 0.6 |
| Hex | 64 | 66 | CC | 33 | 32 | 0 | 14 | EF | 32 | 3C |
| Octal | 144 | 146 | 314 | 63 | 62 | 0 | 24 | 357 | 62 | 74 |
| Binary | 1100100 | 1100110 | 11001100 | 110011 | 110010 | 0 | 10100 | 11101111 | 110010 | 111100 |
Color Harmonies of #6466CC
Complementary color
Monochromatic Colors of #6466CC
Black with #6466CC
Text Example
Text Example
White with #6466CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6466CC; }
p { color: rgb(100,102,204); }
H1.HeaderClassName
{
color: #6466CC;
}
.AnyTagClassName
{
color: #6466CC;
}
</style>
background-color css
<style>
a { background-color: #6466CC; }
a { background-color: rgb(100,102,204); }
div.DivClassName
{
background-color: #6466CC;
}
.BgClassName
{
background-color: #6466CC;
}
</style>
border-color css
<style>
span { border-color: #6466CC; }
span { border-color: rgb(100,102,204); }
td.TdClassName
{
border-color: #6466CC;
}
.TagClassName
{
border-color: #6466CC;
}
</style>