Shades of Slate Blue #6952C8
Tints of Slate Blue #6952C8
RGB
CMYK
RGB Variations
Color information
#6952C8 (or 0x6952C8) is known color: Slate Blue. HEX triplet: 69, 52 and C8. RGB value is (105,82,200). Sum of RGB (Red+Green+Blue) = 105+82+200=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #6952C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952C8 is #96AD37. Grayscale: #656565. Windows color (decimal): -9874744 or 13128297. OLE color: 13128297.
HSL color Cylindrical-coordinate representation of color #6952C8: hue angle of 251.69º degrees, saturation: 0.52, 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 #6952C8 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 82 | 200 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.22 |
| HSL | 251.69º | 0.52% | 0.55% | - |
| HSV(B) | 251.69º | 0.59% | 0.78% | - |
| XYZ | 19.27 | 13.21 | 56.18 | - |
| YUV | 102.33 | 183.12 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 200 | 0.48 | 0.59 | 0 | 0.22 | 251.69 | 0.52 | 0.55 |
| Hex | 69 | 52 | C8 | 30 | 3B | 0 | 16 | FC | 34 | 37 |
| Octal | 151 | 122 | 310 | 60 | 73 | 0 | 26 | 374 | 64 | 67 |
| Binary | 1101001 | 1010010 | 11001000 | 110000 | 111011 | 0 | 10110 | 11111100 | 110100 | 110111 |
Color Harmonies of #6952C8
Complementary color
Monochromatic Colors of #6952C8
Black with #6952C8
Text Example
Text Example
White with #6952C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952C8; }
p { color: rgb(105,82,200); }
H1.HeaderClassName
{
color: #6952C8;
}
.AnyTagClassName
{
color: #6952C8;
}
</style>
background-color css
<style>
a { background-color: #6952C8; }
a { background-color: rgb(105,82,200); }
div.DivClassName
{
background-color: #6952C8;
}
.BgClassName
{
background-color: #6952C8;
}
</style>
border-color css
<style>
span { border-color: #6952C8; }
span { border-color: rgb(105,82,200); }
td.TdClassName
{
border-color: #6952C8;
}
.TagClassName
{
border-color: #6952C8;
}
</style>