Shades of Slate Blue #6952C6
Tints of Slate Blue #6952C6
RGB
CMYK
RGB Variations
Color information
#6952C6 (or 0x6952C6) is known color: Slate Blue. HEX triplet: 69, 52 and C6. RGB value is (105,82,198). Sum of RGB (Red+Green+Blue) = 105+82+198=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #6952C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952C6 is #96AD39. Grayscale: #656565. Windows color (decimal): -9874746 or 12997225. OLE color: 12997225.
HSL color Cylindrical-coordinate representation of color #6952C6: hue angle of 251.9º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6952C6 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 82 | 198 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.22 |
| HSL | 251.9º | 0.5% | 0.55% | - |
| HSV(B) | 251.9º | 0.59% | 0.78% | - |
| XYZ | 19.04 | 13.12 | 54.95 | - |
| YUV | 102.1 | 182.12 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 198 | 0.47 | 0.59 | 0 | 0.22 | 251.9 | 0.5 | 0.55 |
| Hex | 69 | 52 | C6 | 2F | 3B | 0 | 16 | FC | 32 | 37 |
| Octal | 151 | 122 | 306 | 57 | 73 | 0 | 26 | 374 | 62 | 67 |
| Binary | 1101001 | 1010010 | 11000110 | 101111 | 111011 | 0 | 10110 | 11111100 | 110010 | 110111 |
Color Harmonies of #6952C6
Complementary color
Monochromatic Colors of #6952C6
Black with #6952C6
Text Example
Text Example
White with #6952C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952C6; }
p { color: rgb(105,82,198); }
H1.HeaderClassName
{
color: #6952C6;
}
.AnyTagClassName
{
color: #6952C6;
}
</style>
background-color css
<style>
a { background-color: #6952C6; }
a { background-color: rgb(105,82,198); }
div.DivClassName
{
background-color: #6952C6;
}
.BgClassName
{
background-color: #6952C6;
}
</style>
border-color css
<style>
span { border-color: #6952C6; }
span { border-color: rgb(105,82,198); }
td.TdClassName
{
border-color: #6952C6;
}
.TagClassName
{
border-color: #6952C6;
}
</style>