Shades of Slate Blue #6D59CB
Tints of Slate Blue #6D59CB
RGB
CMYK
RGB Variations
Color information
#6D59CB (or 0x6D59CB) is known color: Slate Blue. HEX triplet: 6D, 59 and CB. RGB value is (109,89,203). Sum of RGB (Red+Green+Blue) = 109+89+203=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59CB is #92A634. Grayscale: #6B6B6B. Windows color (decimal): -9610805 or 13326701. OLE color: 13326701.
HSL color Cylindrical-coordinate representation of color #6D59CB: hue angle of 250.53º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D59CB is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 89 | 203 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.20 |
| HSL | 250.53º | 0.52% | 0.57% | - |
| HSV(B) | 250.53º | 0.56% | 0.8% | - |
| XYZ | 20.66 | 14.71 | 58.25 | - |
| YUV | 107.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 203 | 0.46 | 0.56 | 0 | 0.20 | 250.53 | 0.52 | 0.57 |
| Hex | 6D | 59 | CB | 2E | 38 | 0 | 14 | FB | 34 | 39 |
| Octal | 155 | 131 | 313 | 56 | 70 | 0 | 24 | 373 | 64 | 71 |
| Binary | 1101101 | 1011001 | 11001011 | 101110 | 111000 | 0 | 10100 | 11111011 | 110100 | 111001 |
Color Harmonies of #6D59CB
Complementary color
Monochromatic Colors of #6D59CB
Black with #6D59CB
Text Example
Text Example
White with #6D59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D59CB; }
p { color: rgb(109,89,203); }
H1.HeaderClassName
{
color: #6D59CB;
}
.AnyTagClassName
{
color: #6D59CB;
}
</style>
background-color css
<style>
a { background-color: #6D59CB; }
a { background-color: rgb(109,89,203); }
div.DivClassName
{
background-color: #6D59CB;
}
.BgClassName
{
background-color: #6D59CB;
}
</style>
border-color css
<style>
span { border-color: #6D59CB; }
span { border-color: rgb(109,89,203); }
td.TdClassName
{
border-color: #6D59CB;
}
.TagClassName
{
border-color: #6D59CB;
}
</style>