Shades of Slate Blue #6B5DCE
Tints of Slate Blue #6B5DCE
RGB
CMYK
RGB Variations
Color information
#6B5DCE (or 0x6B5DCE) is known color: Slate Blue. HEX triplet: 6B, 5D and CE. RGB value is (107,93,206). Sum of RGB (Red+Green+Blue) = 107+93+206=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DCE is #94A231. Grayscale: #6D6D6D. Windows color (decimal): -9740850 or 13524331. OLE color: 13524331.
HSL color Cylindrical-coordinate representation of color #6B5DCE: hue angle of 247.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B5DCE is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 93 | 206 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.19 |
| HSL | 247.43º | 0.54% | 0.59% | - |
| HSV(B) | 247.43º | 0.55% | 0.81% | - |
| XYZ | 21.12 | 15.41 | 60.25 | - |
| YUV | 110.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 206 | 0.48 | 0.55 | 0 | 0.19 | 247.43 | 0.54 | 0.59 |
| Hex | 6B | 5D | CE | 30 | 37 | 0 | 13 | F7 | 36 | 3B |
| Octal | 153 | 135 | 316 | 60 | 67 | 0 | 23 | 367 | 66 | 73 |
| Binary | 1101011 | 1011101 | 11001110 | 110000 | 110111 | 0 | 10011 | 11110111 | 110110 | 111011 |
Color Harmonies of #6B5DCE
Complementary color
Monochromatic Colors of #6B5DCE
Black with #6B5DCE
Text Example
Text Example
White with #6B5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5DCE; }
p { color: rgb(107,93,206); }
H1.HeaderClassName
{
color: #6B5DCE;
}
.AnyTagClassName
{
color: #6B5DCE;
}
</style>
background-color css
<style>
a { background-color: #6B5DCE; }
a { background-color: rgb(107,93,206); }
div.DivClassName
{
background-color: #6B5DCE;
}
.BgClassName
{
background-color: #6B5DCE;
}
</style>
border-color css
<style>
span { border-color: #6B5DCE; }
span { border-color: rgb(107,93,206); }
td.TdClassName
{
border-color: #6B5DCE;
}
.TagClassName
{
border-color: #6B5DCE;
}
</style>