Shades of Slate Blue #6C59DD
Tints of Slate Blue #6C59DD
RGB
CMYK
RGB Variations
Color information
#6C59DD (or 0x6C59DD) is known color: Slate Blue. HEX triplet: 6C, 59 and DD. RGB value is (108,89,221). Sum of RGB (Red+Green+Blue) = 108+89+221=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C59DD is #93A622. Grayscale: #6D6D6D. Windows color (decimal): -9676323 or 14506348. OLE color: 14506348.
HSL color Cylindrical-coordinate representation of color #6C59DD: hue angle of 248.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C59DD is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 89 | 221 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.13 |
| HSL | 248.64º | 0.66% | 0.61% | - |
| HSV(B) | 248.64º | 0.6% | 0.87% | - |
| XYZ | 22.81 | 15.55 | 70.21 | - |
| YUV | 109.73 | 190.79 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 89 | 221 | 0.51 | 0.60 | 0 | 0.13 | 248.64 | 0.66 | 0.61 |
| Hex | 6C | 59 | DD | 33 | 3C | 0 | D | F9 | 42 | 3D |
| Octal | 154 | 131 | 335 | 63 | 74 | 0 | 15 | 371 | 102 | 75 |
| Binary | 1101100 | 1011001 | 11011101 | 110011 | 111100 | 0 | 1101 | 11111001 | 1000010 | 111101 |
Color Harmonies of #6C59DD
Complementary color
Monochromatic Colors of #6C59DD
Black with #6C59DD
Text Example
Text Example
White with #6C59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C59DD; }
p { color: rgb(108,89,221); }
H1.HeaderClassName
{
color: #6C59DD;
}
.AnyTagClassName
{
color: #6C59DD;
}
</style>
background-color css
<style>
a { background-color: #6C59DD; }
a { background-color: rgb(108,89,221); }
div.DivClassName
{
background-color: #6C59DD;
}
.BgClassName
{
background-color: #6C59DD;
}
</style>
border-color css
<style>
span { border-color: #6C59DD; }
span { border-color: rgb(108,89,221); }
td.TdClassName
{
border-color: #6C59DD;
}
.TagClassName
{
border-color: #6C59DD;
}
</style>