Shades of Slate Blue #6468CE
Tints of Slate Blue #6468CE
RGB
CMYK
RGB Variations
Color information
#6468CE (or 0x6468CE) is known color: Slate Blue. HEX triplet: 64, 68 and CE. RGB value is (100,104,206). Sum of RGB (Red+Green+Blue) = 100+104+206=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #6468CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468CE is #9B9731. Grayscale: #727272. Windows color (decimal): -10196786 or 13527140. OLE color: 13527140.
HSL color Cylindrical-coordinate representation of color #6468CE: hue angle of 237.74º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6468CE is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 104 | 206 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.19 |
| HSL | 237.74º | 0.52% | 0.6% | - |
| HSV(B) | 237.74º | 0.51% | 0.81% | - |
| XYZ | 21.35 | 17.07 | 60.56 | - |
| YUV | 114.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 206 | 0.51 | 0.50 | 0 | 0.19 | 237.74 | 0.52 | 0.6 |
| Hex | 64 | 68 | CE | 33 | 32 | 0 | 13 | EE | 34 | 3C |
| Octal | 144 | 150 | 316 | 63 | 62 | 0 | 23 | 356 | 64 | 74 |
| Binary | 1100100 | 1101000 | 11001110 | 110011 | 110010 | 0 | 10011 | 11101110 | 110100 | 111100 |
Color Harmonies of #6468CE
Complementary color
Monochromatic Colors of #6468CE
Black with #6468CE
Text Example
Text Example
White with #6468CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6468CE; }
p { color: rgb(100,104,206); }
H1.HeaderClassName
{
color: #6468CE;
}
.AnyTagClassName
{
color: #6468CE;
}
</style>
background-color css
<style>
a { background-color: #6468CE; }
a { background-color: rgb(100,104,206); }
div.DivClassName
{
background-color: #6468CE;
}
.BgClassName
{
background-color: #6468CE;
}
</style>
border-color css
<style>
span { border-color: #6468CE; }
span { border-color: rgb(100,104,206); }
td.TdClassName
{
border-color: #6468CE;
}
.TagClassName
{
border-color: #6468CE;
}
</style>