Shades of Slate Blue #6C68CE
Tints of Slate Blue #6C68CE
RGB
CMYK
RGB Variations
Color information
#6C68CE (or 0x6C68CE) is known color: Slate Blue. HEX triplet: 6C, 68 and CE. RGB value is (108,104,206). Sum of RGB (Red+Green+Blue) = 108+104+206=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C68CE is #939731. Grayscale: #747474. Windows color (decimal): -9672498 or 13527148. OLE color: 13527148.
HSL color Cylindrical-coordinate representation of color #6C68CE: hue angle of 242.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C68CE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 104 | 206 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.19 |
| HSL | 242.35º | 0.51% | 0.61% | - |
| HSV(B) | 242.35º | 0.5% | 0.81% | - |
| XYZ | 22.28 | 17.55 | 60.61 | - |
| YUV | 116.82 | 178.33 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 206 | 0.48 | 0.50 | 0 | 0.19 | 242.35 | 0.51 | 0.61 |
| Hex | 6C | 68 | CE | 30 | 32 | 0 | 13 | F2 | 33 | 3D |
| Octal | 154 | 150 | 316 | 60 | 62 | 0 | 23 | 362 | 63 | 75 |
| Binary | 1101100 | 1101000 | 11001110 | 110000 | 110010 | 0 | 10011 | 11110010 | 110011 | 111101 |
Color Harmonies of #6C68CE
Complementary color
Monochromatic Colors of #6C68CE
Black with #6C68CE
Text Example
Text Example
White with #6C68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C68CE; }
p { color: rgb(108,104,206); }
H1.HeaderClassName
{
color: #6C68CE;
}
.AnyTagClassName
{
color: #6C68CE;
}
</style>
background-color css
<style>
a { background-color: #6C68CE; }
a { background-color: rgb(108,104,206); }
div.DivClassName
{
background-color: #6C68CE;
}
.BgClassName
{
background-color: #6C68CE;
}
</style>
border-color css
<style>
span { border-color: #6C68CE; }
span { border-color: rgb(108,104,206); }
td.TdClassName
{
border-color: #6C68CE;
}
.TagClassName
{
border-color: #6C68CE;
}
</style>