Shades of Slate Blue #6B5CC0
Tints of Slate Blue #6B5CC0
RGB
CMYK
RGB Variations
Color information
#6B5CC0 (or 0x6B5CC0) is known color: Slate Blue. HEX triplet: 6B, 5C and C0. RGB value is (107,92,192). Sum of RGB (Red+Green+Blue) = 107+92+192=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #6B5CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CC0 is #94A33F. Grayscale: #6B6B6B. Windows color (decimal): -9741120 or 12606571. OLE color: 12606571.
HSL color Cylindrical-coordinate representation of color #6B5CC0: hue angle of 249º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5CC0 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 92 | 192 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.25 |
| HSL | 249º | 0.44% | 0.56% | - |
| HSV(B) | 249º | 0.52% | 0.75% | - |
| XYZ | 19.4 | 14.59 | 51.66 | - |
| YUV | 107.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 192 | 0.44 | 0.52 | 0 | 0.25 | 249 | 0.44 | 0.56 |
| Hex | 6B | 5C | C0 | 2C | 34 | 0 | 19 | F9 | 2C | 38 |
| Octal | 153 | 134 | 300 | 54 | 64 | 0 | 31 | 371 | 54 | 70 |
| Binary | 1101011 | 1011100 | 11000000 | 101100 | 110100 | 0 | 11001 | 11111001 | 101100 | 111000 |
Color Harmonies of #6B5CC0
Complementary color
Monochromatic Colors of #6B5CC0
Black with #6B5CC0
Text Example
Text Example
White with #6B5CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CC0; }
p { color: rgb(107,92,192); }
H1.HeaderClassName
{
color: #6B5CC0;
}
.AnyTagClassName
{
color: #6B5CC0;
}
</style>
background-color css
<style>
a { background-color: #6B5CC0; }
a { background-color: rgb(107,92,192); }
div.DivClassName
{
background-color: #6B5CC0;
}
.BgClassName
{
background-color: #6B5CC0;
}
</style>
border-color css
<style>
span { border-color: #6B5CC0; }
span { border-color: rgb(107,92,192); }
td.TdClassName
{
border-color: #6B5CC0;
}
.TagClassName
{
border-color: #6B5CC0;
}
</style>