Shades of Slate Blue #6B5CDB
Tints of Slate Blue #6B5CDB
RGB
CMYK
RGB Variations
Color information
#6B5CDB (or 0x6B5CDB) is known color: Slate Blue. HEX triplet: 6B, 5C and DB. RGB value is (107,92,219). Sum of RGB (Red+Green+Blue) = 107+92+219=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B5CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CDB is #94A324. Grayscale: #6E6E6E. Windows color (decimal): -9741093 or 14376043. OLE color: 14376043.
HSL color Cylindrical-coordinate representation of color #6B5CDB: hue angle of 247.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B5CDB is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 107 | 92 | 219 | - |
CMYK | 0.51 | 0.58 | 0 | 0.14 |
HSL | 247.09º | 0.64% | 0.61% | - |
HSV(B) | 247.09º | 0.58% | 0.86% | - |
XYZ | 22.68 | 15.89 | 68.89 | - |
YUV | 110.96 | 188.97 | 125.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 92 | 219 | 0.51 | 0.58 | 0 | 0.14 | 247.09 | 0.64 | 0.61 |
Hex | 6B | 5C | DB | 33 | 3A | 0 | E | F7 | 40 | 3D |
Octal | 153 | 134 | 333 | 63 | 72 | 0 | 16 | 367 | 100 | 75 |
Binary | 1101011 | 1011100 | 11011011 | 110011 | 111010 | 0 | 1110 | 11110111 | 1000000 | 111101 |
Color Harmonies of #6B5CDB
Complementary color
Monochromatic Colors of #6B5CDB
Black with #6B5CDB
Text Example
Text Example
White with #6B5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CDB; }
p { color: rgb(107,92,219); }
H1.HeaderClassName
{
color: #6B5CDB;
}
.AnyTagClassName
{
color: #6B5CDB;
}
</style>
background-color css
<style>
a { background-color: #6B5CDB; }
a { background-color: rgb(107,92,219); }
div.DivClassName
{
background-color: #6B5CDB;
}
.BgClassName
{
background-color: #6B5CDB;
}
</style>
border-color css
<style>
span { border-color: #6B5CDB; }
span { border-color: rgb(107,92,219); }
td.TdClassName
{
border-color: #6B5CDB;
}
.TagClassName
{
border-color: #6B5CDB;
}
</style>