Shades of Slate Blue #6C68CA
Tints of Slate Blue #6C68CA
RGB
CMYK
RGB Variations
Color information
#6C68CA (or 0x6C68CA) is known color: Slate Blue. HEX triplet: 6C, 68 and CA. RGB value is (108,104,202). Sum of RGB (Red+Green+Blue) = 108+104+202=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C68CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C68CA is #939735. Grayscale: #737373. Windows color (decimal): -9672502 or 13265004. OLE color: 13265004.
HSL color Cylindrical-coordinate representation of color #6C68CA: hue angle of 242.45º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C68CA is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 104 | 202 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.21 |
| HSL | 242.45º | 0.48% | 0.6% | - |
| HSV(B) | 242.45º | 0.49% | 0.79% | - |
| XYZ | 21.8 | 17.35 | 58.08 | - |
| YUV | 116.37 | 176.33 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 202 | 0.47 | 0.49 | 0 | 0.21 | 242.45 | 0.48 | 0.6 |
| Hex | 6C | 68 | CA | 2F | 31 | 0 | 15 | F2 | 30 | 3C |
| Octal | 154 | 150 | 312 | 57 | 61 | 0 | 25 | 362 | 60 | 74 |
| Binary | 1101100 | 1101000 | 11001010 | 101111 | 110001 | 0 | 10101 | 11110010 | 110000 | 111100 |
Color Harmonies of #6C68CA
Complementary color
Monochromatic Colors of #6C68CA
Black with #6C68CA
Text Example
Text Example
White with #6C68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C68CA; }
p { color: rgb(108,104,202); }
H1.HeaderClassName
{
color: #6C68CA;
}
.AnyTagClassName
{
color: #6C68CA;
}
</style>
background-color css
<style>
a { background-color: #6C68CA; }
a { background-color: rgb(108,104,202); }
div.DivClassName
{
background-color: #6C68CA;
}
.BgClassName
{
background-color: #6C68CA;
}
</style>
border-color css
<style>
span { border-color: #6C68CA; }
span { border-color: rgb(108,104,202); }
td.TdClassName
{
border-color: #6C68CA;
}
.TagClassName
{
border-color: #6C68CA;
}
</style>