Shades of Slate Blue #6B5CD6
Tints of Slate Blue #6B5CD6
RGB
CMYK
RGB Variations
Color information
#6B5CD6 (or 0x6B5CD6) is known color: Slate Blue. HEX triplet: 6B, 5C and D6. RGB value is (107,92,214). Sum of RGB (Red+Green+Blue) = 107+92+214=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B5CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CD6 is #94A329. Grayscale: #6D6D6D. Windows color (decimal): -9741098 or 14048363. OLE color: 14048363.
HSL color Cylindrical-coordinate representation of color #6B5CD6: hue angle of 247.38º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B5CD6 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 107 | 92 | 214 | - |
CMYK | 0.50 | 0.57 | 0 | 0.16 |
HSL | 247.38º | 0.6% | 0.6% | - |
HSV(B) | 247.38º | 0.57% | 0.84% | - |
XYZ | 22.03 | 15.64 | 65.48 | - |
YUV | 110.39 | 186.47 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 92 | 214 | 0.50 | 0.57 | 0 | 0.16 | 247.38 | 0.6 | 0.6 |
Hex | 6B | 5C | D6 | 32 | 39 | 0 | 10 | F7 | 3C | 3C |
Octal | 153 | 134 | 326 | 62 | 71 | 0 | 20 | 367 | 74 | 74 |
Binary | 1101011 | 1011100 | 11010110 | 110010 | 111001 | 0 | 10000 | 11110111 | 111100 | 111100 |
Color Harmonies of #6B5CD6
Complementary color
Monochromatic Colors of #6B5CD6
Black with #6B5CD6
Text Example
Text Example
White with #6B5CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CD6; }
p { color: rgb(107,92,214); }
H1.HeaderClassName
{
color: #6B5CD6;
}
.AnyTagClassName
{
color: #6B5CD6;
}
</style>
background-color css
<style>
a { background-color: #6B5CD6; }
a { background-color: rgb(107,92,214); }
div.DivClassName
{
background-color: #6B5CD6;
}
.BgClassName
{
background-color: #6B5CD6;
}
</style>
border-color css
<style>
span { border-color: #6B5CD6; }
span { border-color: rgb(107,92,214); }
td.TdClassName
{
border-color: #6B5CD6;
}
.TagClassName
{
border-color: #6B5CD6;
}
</style>