Shades of Slate Blue #6B5BCF
Tints of Slate Blue #6B5BCF
RGB
CMYK
RGB Variations
Color information
#6B5BCF (or 0x6B5BCF) is known color: Slate Blue. HEX triplet: 6B, 5B and CF. RGB value is (107,91,207). Sum of RGB (Red+Green+Blue) = 107+91+207=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B5BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BCF is #94A430. Grayscale: #6C6C6C. Windows color (decimal): -9741361 or 13589355. OLE color: 13589355.
HSL color Cylindrical-coordinate representation of color #6B5BCF: hue angle of 248.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B5BCF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 91 | 207 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.19 |
| HSL | 248.28º | 0.55% | 0.58% | - |
| HSV(B) | 248.28º | 0.56% | 0.81% | - |
| XYZ | 21.07 | 15.11 | 60.84 | - |
| YUV | 109.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 207 | 0.48 | 0.56 | 0 | 0.19 | 248.28 | 0.55 | 0.58 |
| Hex | 6B | 5B | CF | 30 | 38 | 0 | 13 | F8 | 37 | 3A |
| Octal | 153 | 133 | 317 | 60 | 70 | 0 | 23 | 370 | 67 | 72 |
| Binary | 1101011 | 1011011 | 11001111 | 110000 | 111000 | 0 | 10011 | 11111000 | 110111 | 111010 |
Color Harmonies of #6B5BCF
Complementary color
Monochromatic Colors of #6B5BCF
Black with #6B5BCF
Text Example
Text Example
White with #6B5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BCF; }
p { color: rgb(107,91,207); }
H1.HeaderClassName
{
color: #6B5BCF;
}
.AnyTagClassName
{
color: #6B5BCF;
}
</style>
background-color css
<style>
a { background-color: #6B5BCF; }
a { background-color: rgb(107,91,207); }
div.DivClassName
{
background-color: #6B5BCF;
}
.BgClassName
{
background-color: #6B5BCF;
}
</style>
border-color css
<style>
span { border-color: #6B5BCF; }
span { border-color: rgb(107,91,207); }
td.TdClassName
{
border-color: #6B5BCF;
}
.TagClassName
{
border-color: #6B5BCF;
}
</style>