Shades of Slate Blue #6B5FDC
Tints of Slate Blue #6B5FDC
RGB
CMYK
RGB Variations
Color information
#6B5FDC (or 0x6B5FDC) is known color: Slate Blue. HEX triplet: 6B, 5F and DC. RGB value is (107,95,220). Sum of RGB (Red+Green+Blue) = 107+95+220=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B5FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5FDC is #94A023. Grayscale: #707070. Windows color (decimal): -9740324 or 14442347. OLE color: 14442347.
HSL color Cylindrical-coordinate representation of color #6B5FDC: hue angle of 245.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B5FDC is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 95 | 220 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.14 |
| HSL | 245.76º | 0.64% | 0.62% | - |
| HSV(B) | 245.76º | 0.57% | 0.86% | - |
| XYZ | 23.07 | 16.48 | 69.67 | - |
| YUV | 112.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 220 | 0.51 | 0.57 | 0 | 0.14 | 245.76 | 0.64 | 0.62 |
| Hex | 6B | 5F | DC | 33 | 39 | 0 | E | F6 | 40 | 3E |
| Octal | 153 | 137 | 334 | 63 | 71 | 0 | 16 | 366 | 100 | 76 |
| Binary | 1101011 | 1011111 | 11011100 | 110011 | 111001 | 0 | 1110 | 11110110 | 1000000 | 111110 |
Color Harmonies of #6B5FDC
Complementary color
Monochromatic Colors of #6B5FDC
Black with #6B5FDC
Text Example
Text Example
White with #6B5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5FDC; }
p { color: rgb(107,95,220); }
H1.HeaderClassName
{
color: #6B5FDC;
}
.AnyTagClassName
{
color: #6B5FDC;
}
</style>
background-color css
<style>
a { background-color: #6B5FDC; }
a { background-color: rgb(107,95,220); }
div.DivClassName
{
background-color: #6B5FDC;
}
.BgClassName
{
background-color: #6B5FDC;
}
</style>
border-color css
<style>
span { border-color: #6B5FDC; }
span { border-color: rgb(107,95,220); }
td.TdClassName
{
border-color: #6B5FDC;
}
.TagClassName
{
border-color: #6B5FDC;
}
</style>