Shades of Slate Blue #6B59CE
Tints of Slate Blue #6B59CE
RGB
CMYK
RGB Variations
Color information
#6B59CE (or 0x6B59CE) is known color: Slate Blue. HEX triplet: 6B, 59 and CE. RGB value is (107,89,206). Sum of RGB (Red+Green+Blue) = 107+89+206=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B59CE is #94A631. Grayscale: #6B6B6B. Windows color (decimal): -9741874 or 13523307. OLE color: 13523307.
HSL color Cylindrical-coordinate representation of color #6B59CE: hue angle of 249.23º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B59CE is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 89 | 206 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.19 |
| HSL | 249.23º | 0.54% | 0.58% | - |
| HSV(B) | 249.23º | 0.57% | 0.81% | - |
| XYZ | 20.78 | 14.73 | 60.14 | - |
| YUV | 107.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 206 | 0.48 | 0.57 | 0 | 0.19 | 249.23 | 0.54 | 0.58 |
| Hex | 6B | 59 | CE | 30 | 39 | 0 | 13 | F9 | 36 | 3A |
| Octal | 153 | 131 | 316 | 60 | 71 | 0 | 23 | 371 | 66 | 72 |
| Binary | 1101011 | 1011001 | 11001110 | 110000 | 111001 | 0 | 10011 | 11111001 | 110110 | 111010 |
Color Harmonies of #6B59CE
Complementary color
Monochromatic Colors of #6B59CE
Black with #6B59CE
Text Example
Text Example
White with #6B59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B59CE; }
p { color: rgb(107,89,206); }
H1.HeaderClassName
{
color: #6B59CE;
}
.AnyTagClassName
{
color: #6B59CE;
}
</style>
background-color css
<style>
a { background-color: #6B59CE; }
a { background-color: rgb(107,89,206); }
div.DivClassName
{
background-color: #6B59CE;
}
.BgClassName
{
background-color: #6B59CE;
}
</style>
border-color css
<style>
span { border-color: #6B59CE; }
span { border-color: rgb(107,89,206); }
td.TdClassName
{
border-color: #6B59CE;
}
.TagClassName
{
border-color: #6B59CE;
}
</style>