Shades of Slate Blue #6953C6
Tints of Slate Blue #6953C6
RGB
CMYK
RGB Variations
Color information
#6953C6 (or 0x6953C6) is known color: Slate Blue. HEX triplet: 69, 53 and C6. RGB value is (105,83,198). Sum of RGB (Red+Green+Blue) = 105+83+198=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #6953C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953C6 is #96AC39. Grayscale: #666666. Windows color (decimal): -9874490 or 12997481. OLE color: 12997481.
HSL color Cylindrical-coordinate representation of color #6953C6: hue angle of 251.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6953C6 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 83 | 198 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.22 |
| HSL | 251.48º | 0.5% | 0.55% | - |
| HSV(B) | 251.48º | 0.58% | 0.78% | - |
| XYZ | 19.11 | 13.27 | 54.98 | - |
| YUV | 102.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 198 | 0.47 | 0.58 | 0 | 0.22 | 251.48 | 0.5 | 0.55 |
| Hex | 69 | 53 | C6 | 2F | 3A | 0 | 16 | FB | 32 | 37 |
| Octal | 151 | 123 | 306 | 57 | 72 | 0 | 26 | 373 | 62 | 67 |
| Binary | 1101001 | 1010011 | 11000110 | 101111 | 111010 | 0 | 10110 | 11111011 | 110010 | 110111 |
Color Harmonies of #6953C6
Complementary color
Monochromatic Colors of #6953C6
Black with #6953C6
Text Example
Text Example
White with #6953C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953C6; }
p { color: rgb(105,83,198); }
H1.HeaderClassName
{
color: #6953C6;
}
.AnyTagClassName
{
color: #6953C6;
}
</style>
background-color css
<style>
a { background-color: #6953C6; }
a { background-color: rgb(105,83,198); }
div.DivClassName
{
background-color: #6953C6;
}
.BgClassName
{
background-color: #6953C6;
}
</style>
border-color css
<style>
span { border-color: #6953C6; }
span { border-color: rgb(105,83,198); }
td.TdClassName
{
border-color: #6953C6;
}
.TagClassName
{
border-color: #6953C6;
}
</style>