Shades of Slate Blue #6B68CE
Tints of Slate Blue #6B68CE
RGB
CMYK
RGB Variations
Color information
#6B68CE (or 0x6B68CE) is known color: Slate Blue. HEX triplet: 6B, 68 and CE. RGB value is (107,104,206). Sum of RGB (Red+Green+Blue) = 107+104+206=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B68CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68CE is #949731. Grayscale: #747474. Windows color (decimal): -9738034 or 13527147. OLE color: 13527147.
HSL color Cylindrical-coordinate representation of color #6B68CE: hue angle of 241.76º 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 #6B68CE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 104 | 206 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.19 |
| HSL | 241.76º | 0.51% | 0.61% | - |
| HSV(B) | 241.76º | 0.5% | 0.81% | - |
| XYZ | 22.15 | 17.48 | 60.6 | - |
| YUV | 116.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 206 | 0.48 | 0.50 | 0 | 0.19 | 241.76 | 0.51 | 0.61 |
| Hex | 6B | 68 | CE | 30 | 32 | 0 | 13 | F2 | 33 | 3D |
| Octal | 153 | 150 | 316 | 60 | 62 | 0 | 23 | 362 | 63 | 75 |
| Binary | 1101011 | 1101000 | 11001110 | 110000 | 110010 | 0 | 10011 | 11110010 | 110011 | 111101 |
Color Harmonies of #6B68CE
Complementary color
Monochromatic Colors of #6B68CE
Black with #6B68CE
Text Example
Text Example
White with #6B68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B68CE; }
p { color: rgb(107,104,206); }
H1.HeaderClassName
{
color: #6B68CE;
}
.AnyTagClassName
{
color: #6B68CE;
}
</style>
background-color css
<style>
a { background-color: #6B68CE; }
a { background-color: rgb(107,104,206); }
div.DivClassName
{
background-color: #6B68CE;
}
.BgClassName
{
background-color: #6B68CE;
}
</style>
border-color css
<style>
span { border-color: #6B68CE; }
span { border-color: rgb(107,104,206); }
td.TdClassName
{
border-color: #6B68CE;
}
.TagClassName
{
border-color: #6B68CE;
}
</style>