Shades of Slate Blue #6864C9
Tints of Slate Blue #6864C9
RGB
CMYK
RGB Variations
Color information
#6864C9 (or 0x6864C9) is known color: Slate Blue. HEX triplet: 68, 64 and C9. RGB value is (104,100,201). Sum of RGB (Red+Green+Blue) = 104+100+201=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #6864C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6864C9 is #979B36. Grayscale: #707070. Windows color (decimal): -9935671 or 13198440. OLE color: 13198440.
HSL color Cylindrical-coordinate representation of color #6864C9: hue angle of 242.38º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6864C9 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 100 | 201 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.21 |
| HSL | 242.38º | 0.48% | 0.59% | - |
| HSV(B) | 242.38º | 0.5% | 0.79% | - |
| XYZ | 20.81 | 16.27 | 57.3 | - |
| YUV | 112.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 201 | 0.48 | 0.50 | 0 | 0.21 | 242.38 | 0.48 | 0.59 |
| Hex | 68 | 64 | C9 | 30 | 32 | 0 | 15 | F2 | 30 | 3B |
| Octal | 150 | 144 | 311 | 60 | 62 | 0 | 25 | 362 | 60 | 73 |
| Binary | 1101000 | 1100100 | 11001001 | 110000 | 110010 | 0 | 10101 | 11110010 | 110000 | 111011 |
Color Harmonies of #6864C9
Complementary color
Monochromatic Colors of #6864C9
Black with #6864C9
Text Example
Text Example
White with #6864C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6864C9; }
p { color: rgb(104,100,201); }
H1.HeaderClassName
{
color: #6864C9;
}
.AnyTagClassName
{
color: #6864C9;
}
</style>
background-color css
<style>
a { background-color: #6864C9; }
a { background-color: rgb(104,100,201); }
div.DivClassName
{
background-color: #6864C9;
}
.BgClassName
{
background-color: #6864C9;
}
</style>
border-color css
<style>
span { border-color: #6864C9; }
span { border-color: rgb(104,100,201); }
td.TdClassName
{
border-color: #6864C9;
}
.TagClassName
{
border-color: #6864C9;
}
</style>