Shades of Slate Blue #6468D0
Tints of Slate Blue #6468D0
RGB
CMYK
RGB Variations
Color information
#6468D0 (or 0x6468D0) is known color: Slate Blue. HEX triplet: 64, 68 and D0. RGB value is (100,104,208). Sum of RGB (Red+Green+Blue) = 100+104+208=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #6468D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468D0 is #9B972F. Grayscale: #727272. Windows color (decimal): -10196784 or 13658212. OLE color: 13658212.
HSL color Cylindrical-coordinate representation of color #6468D0: hue angle of 237.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6468D0 is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 104 | 208 | - |
| CMYK | 0.52 | 0.5 | 0 | 0.18 |
| HSL | 237.78º | 0.53% | 0.6% | - |
| HSV(B) | 237.78º | 0.52% | 0.82% | - |
| XYZ | 21.59 | 17.16 | 61.85 | - |
| YUV | 114.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 208 | 0.52 | 0.5 | 0 | 0.18 | 237.78 | 0.53 | 0.6 |
| Hex | 64 | 68 | D0 | 34 | 32 | 0 | 12 | EE | 35 | 3C |
| Octal | 144 | 150 | 320 | 64 | 62 | 0 | 22 | 356 | 65 | 74 |
| Binary | 1100100 | 1101000 | 11010000 | 110100 | 110010 | 0 | 10010 | 11101110 | 110101 | 111100 |
Color Harmonies of #6468D0
Complementary color
Monochromatic Colors of #6468D0
Black with #6468D0
Text Example
Text Example
White with #6468D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468D0; }
p { color: rgb(100,104,208); }
H1.HeaderClassName
{
color: #6468D0;
}
.AnyTagClassName
{
color: #6468D0;
}
</style>
background-color css
<style>
a { background-color: #6468D0; }
a { background-color: rgb(100,104,208); }
div.DivClassName
{
background-color: #6468D0;
}
.BgClassName
{
background-color: #6468D0;
}
</style>
border-color css
<style>
span { border-color: #6468D0; }
span { border-color: rgb(100,104,208); }
td.TdClassName
{
border-color: #6468D0;
}
.TagClassName
{
border-color: #6468D0;
}
</style>