Shades of Slate Blue #6B5DBF
Tints of Slate Blue #6B5DBF
RGB
CMYK
RGB Variations
Color information
#6B5DBF (or 0x6B5DBF) is known color: Slate Blue. HEX triplet: 6B, 5D and BF. RGB value is (107,93,191). Sum of RGB (Red+Green+Blue) = 107+93+191=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DBF is #94A240. Grayscale: #6B6B6B. Windows color (decimal): -9740865 or 12541291. OLE color: 12541291.
HSL color Cylindrical-coordinate representation of color #6B5DBF: hue angle of 248.57º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B5DBF is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 107 | 93 | 191 | - |
CMYK | 0.44 | 0.51 | 0 | 0.25 |
HSL | 248.57º | 0.43% | 0.56% | - |
HSV(B) | 248.57º | 0.51% | 0.75% | - |
XYZ | 19.38 | 14.72 | 51.11 | - |
YUV | 108.36 | 174.64 | 127.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 93 | 191 | 0.44 | 0.51 | 0 | 0.25 | 248.57 | 0.43 | 0.56 |
Hex | 6B | 5D | BF | 2C | 33 | 0 | 19 | F9 | 2B | 38 |
Octal | 153 | 135 | 277 | 54 | 63 | 0 | 31 | 371 | 53 | 70 |
Binary | 1101011 | 1011101 | 10111111 | 101100 | 110011 | 0 | 11001 | 11111001 | 101011 | 111000 |
Color Harmonies of #6B5DBF
Complementary color
Monochromatic Colors of #6B5DBF
Black with #6B5DBF
Text Example
Text Example
White with #6B5DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5DBF; }
p { color: rgb(107,93,191); }
H1.HeaderClassName
{
color: #6B5DBF;
}
.AnyTagClassName
{
color: #6B5DBF;
}
</style>
background-color css
<style>
a { background-color: #6B5DBF; }
a { background-color: rgb(107,93,191); }
div.DivClassName
{
background-color: #6B5DBF;
}
.BgClassName
{
background-color: #6B5DBF;
}
</style>
border-color css
<style>
span { border-color: #6B5DBF; }
span { border-color: rgb(107,93,191); }
td.TdClassName
{
border-color: #6B5DBF;
}
.TagClassName
{
border-color: #6B5DBF;
}
</style>