Shades of Slate Blue #6752CE
Tints of Slate Blue #6752CE
RGB
CMYK
RGB Variations
Color information
#6752CE (or 0x6752CE) is known color: Slate Blue. HEX triplet: 67, 52 and CE. RGB value is (103,82,206). Sum of RGB (Red+Green+Blue) = 103+82+206=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #6752CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752CE is #98AD31. Grayscale: #656565. Windows color (decimal): -10005810 or 13521511. OLE color: 13521511.
HSL color Cylindrical-coordinate representation of color #6752CE: hue angle of 250.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6752CE is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 82 | 206 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.19 |
| HSL | 250.16º | 0.56% | 0.56% | - |
| HSV(B) | 250.16º | 0.6% | 0.81% | - |
| XYZ | 19.75 | 13.37 | 59.93 | - |
| YUV | 102.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 206 | 0.50 | 0.60 | 0 | 0.19 | 250.16 | 0.56 | 0.56 |
| Hex | 67 | 52 | CE | 32 | 3C | 0 | 13 | FA | 38 | 38 |
| Octal | 147 | 122 | 316 | 62 | 74 | 0 | 23 | 372 | 70 | 70 |
| Binary | 1100111 | 1010010 | 11001110 | 110010 | 111100 | 0 | 10011 | 11111010 | 111000 | 111000 |
Color Harmonies of #6752CE
Complementary color
Monochromatic Colors of #6752CE
Black with #6752CE
Text Example
Text Example
White with #6752CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6752CE; }
p { color: rgb(103,82,206); }
H1.HeaderClassName
{
color: #6752CE;
}
.AnyTagClassName
{
color: #6752CE;
}
</style>
background-color css
<style>
a { background-color: #6752CE; }
a { background-color: rgb(103,82,206); }
div.DivClassName
{
background-color: #6752CE;
}
.BgClassName
{
background-color: #6752CE;
}
</style>
border-color css
<style>
span { border-color: #6752CE; }
span { border-color: rgb(103,82,206); }
td.TdClassName
{
border-color: #6752CE;
}
.TagClassName
{
border-color: #6752CE;
}
</style>