Shades of Slate Blue #6B5DCC
Tints of Slate Blue #6B5DCC
RGB
CMYK
RGB Variations
Color information
#6B5DCC (or 0x6B5DCC) is known color: Slate Blue. HEX triplet: 6B, 5D and CC. RGB value is (107,93,204). Sum of RGB (Red+Green+Blue) = 107+93+204=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DCC is #94A233. Grayscale: #6D6D6D. Windows color (decimal): -9740852 or 13393259. OLE color: 13393259.
HSL color Cylindrical-coordinate representation of color #6B5DCC: hue angle of 247.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5DCC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 93 | 204 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.2 |
| HSL | 247.57º | 0.52% | 0.58% | - |
| HSV(B) | 247.57º | 0.54% | 0.8% | - |
| XYZ | 20.88 | 15.31 | 58.98 | - |
| YUV | 109.84 | 181.14 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 204 | 0.48 | 0.54 | 0 | 0.2 | 247.57 | 0.52 | 0.58 |
| Hex | 6B | 5D | CC | 30 | 36 | 0 | 14 | F8 | 34 | 3A |
| Octal | 153 | 135 | 314 | 60 | 66 | 0 | 24 | 370 | 64 | 72 |
| Binary | 1101011 | 1011101 | 11001100 | 110000 | 110110 | 0 | 10100 | 11111000 | 110100 | 111010 |
Color Harmonies of #6B5DCC
Complementary color
Monochromatic Colors of #6B5DCC
Black with #6B5DCC
Text Example
Text Example
White with #6B5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5DCC; }
p { color: rgb(107,93,204); }
H1.HeaderClassName
{
color: #6B5DCC;
}
.AnyTagClassName
{
color: #6B5DCC;
}
</style>
background-color css
<style>
a { background-color: #6B5DCC; }
a { background-color: rgb(107,93,204); }
div.DivClassName
{
background-color: #6B5DCC;
}
.BgClassName
{
background-color: #6B5DCC;
}
</style>
border-color css
<style>
span { border-color: #6B5DCC; }
span { border-color: rgb(107,93,204); }
td.TdClassName
{
border-color: #6B5DCC;
}
.TagClassName
{
border-color: #6B5DCC;
}
</style>