Shades of Slate Blue #6B5CCF
Tints of Slate Blue #6B5CCF
RGB
CMYK
RGB Variations
Color information
#6B5CCF (or 0x6B5CCF) is known color: Slate Blue. HEX triplet: 6B, 5C and CF. RGB value is (107,92,207). Sum of RGB (Red+Green+Blue) = 107+92+207=406 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.35% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B5CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CCF is #94A330. Grayscale: #6D6D6D. Windows color (decimal): -9741105 or 13589611. OLE color: 13589611.
HSL color Cylindrical-coordinate representation of color #6B5CCF: hue angle of 247.83º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B5CCF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 92 | 207 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.19 |
| HSL | 247.83º | 0.55% | 0.59% | - |
| HSV(B) | 247.83º | 0.56% | 0.81% | - |
| XYZ | 21.15 | 15.29 | 60.87 | - |
| YUV | 109.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 207 | 0.48 | 0.56 | 0 | 0.19 | 247.83 | 0.55 | 0.59 |
| Hex | 6B | 5C | CF | 30 | 38 | 0 | 13 | F8 | 37 | 3B |
| Octal | 153 | 134 | 317 | 60 | 70 | 0 | 23 | 370 | 67 | 73 |
| Binary | 1101011 | 1011100 | 11001111 | 110000 | 111000 | 0 | 10011 | 11111000 | 110111 | 111011 |
Color Harmonies of #6B5CCF
Complementary color
Monochromatic Colors of #6B5CCF
Black with #6B5CCF
Text Example
Text Example
White with #6B5CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CCF; }
p { color: rgb(107,92,207); }
H1.HeaderClassName
{
color: #6B5CCF;
}
.AnyTagClassName
{
color: #6B5CCF;
}
</style>
background-color css
<style>
a { background-color: #6B5CCF; }
a { background-color: rgb(107,92,207); }
div.DivClassName
{
background-color: #6B5CCF;
}
.BgClassName
{
background-color: #6B5CCF;
}
</style>
border-color css
<style>
span { border-color: #6B5CCF; }
span { border-color: rgb(107,92,207); }
td.TdClassName
{
border-color: #6B5CCF;
}
.TagClassName
{
border-color: #6B5CCF;
}
</style>