Shades of Slate Blue #6D58CE
Tints of Slate Blue #6D58CE
RGB
CMYK
RGB Variations
Color information
#6D58CE (or 0x6D58CE) is known color: Slate Blue. HEX triplet: 6D, 58 and CE. RGB value is (109,88,206). Sum of RGB (Red+Green+Blue) = 109+88+206=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D58CE is #92A731. Grayscale: #6B6B6B. Windows color (decimal): -9611058 or 13523053. OLE color: 13523053.
HSL color Cylindrical-coordinate representation of color #6D58CE: hue angle of 250.68º degrees, saturation: 0.55, 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 #6D58CE is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 88 | 206 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.19 |
| HSL | 250.68º | 0.55% | 0.58% | - |
| HSV(B) | 250.68º | 0.57% | 0.81% | - |
| XYZ | 20.94 | 14.69 | 60.12 | - |
| YUV | 107.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 206 | 0.47 | 0.57 | 0 | 0.19 | 250.68 | 0.55 | 0.58 |
| Hex | 6D | 58 | CE | 2F | 39 | 0 | 13 | FB | 37 | 3A |
| Octal | 155 | 130 | 316 | 57 | 71 | 0 | 23 | 373 | 67 | 72 |
| Binary | 1101101 | 1011000 | 11001110 | 101111 | 111001 | 0 | 10011 | 11111011 | 110111 | 111010 |
Color Harmonies of #6D58CE
Complementary color
Monochromatic Colors of #6D58CE
Black with #6D58CE
Text Example
Text Example
White with #6D58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D58CE; }
p { color: rgb(109,88,206); }
H1.HeaderClassName
{
color: #6D58CE;
}
.AnyTagClassName
{
color: #6D58CE;
}
</style>
background-color css
<style>
a { background-color: #6D58CE; }
a { background-color: rgb(109,88,206); }
div.DivClassName
{
background-color: #6D58CE;
}
.BgClassName
{
background-color: #6D58CE;
}
</style>
border-color css
<style>
span { border-color: #6D58CE; }
span { border-color: rgb(109,88,206); }
td.TdClassName
{
border-color: #6D58CE;
}
.TagClassName
{
border-color: #6D58CE;
}
</style>