Shades of Slate Blue #6152CE
Tints of Slate Blue #6152CE
RGB
CMYK
RGB Variations
Color information
#6152CE (or 0x6152CE) is known color: Slate Blue. HEX triplet: 61, 52 and CE. RGB value is (97,82,206). Sum of RGB (Red+Green+Blue) = 97+82+206=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #6152CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6152CE is #9EAD31. Grayscale: #646464. Windows color (decimal): -10399026 or 13521505. OLE color: 13521505.
HSL color Cylindrical-coordinate representation of color #6152CE: hue angle of 247.26º 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 #6152CE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 82 | 206 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.19 |
| HSL | 247.26º | 0.56% | 0.56% | - |
| HSV(B) | 247.26º | 0.6% | 0.81% | - |
| XYZ | 19.09 | 13.03 | 59.9 | - |
| YUV | 100.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 206 | 0.53 | 0.60 | 0 | 0.19 | 247.26 | 0.56 | 0.56 |
| Hex | 61 | 52 | CE | 35 | 3C | 0 | 13 | F7 | 38 | 38 |
| Octal | 141 | 122 | 316 | 65 | 74 | 0 | 23 | 367 | 70 | 70 |
| Binary | 1100001 | 1010010 | 11001110 | 110101 | 111100 | 0 | 10011 | 11110111 | 111000 | 111000 |
Color Harmonies of #6152CE
Complementary color
Monochromatic Colors of #6152CE
Black with #6152CE
Text Example
Text Example
White with #6152CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6152CE; }
p { color: rgb(97,82,206); }
H1.HeaderClassName
{
color: #6152CE;
}
.AnyTagClassName
{
color: #6152CE;
}
</style>
background-color css
<style>
a { background-color: #6152CE; }
a { background-color: rgb(97,82,206); }
div.DivClassName
{
background-color: #6152CE;
}
.BgClassName
{
background-color: #6152CE;
}
</style>
border-color css
<style>
span { border-color: #6152CE; }
span { border-color: rgb(97,82,206); }
td.TdClassName
{
border-color: #6152CE;
}
.TagClassName
{
border-color: #6152CE;
}
</style>