Shades of Slate Blue #6352E7
Tints of Slate Blue #6352E7
RGB
CMYK
RGB Variations
Color information
#6352E7 (or 0x6352E7) is known color: Slate Blue. HEX triplet: 63, 52 and E7. RGB value is (99,82,231). Sum of RGB (Red+Green+Blue) = 99+82+231=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #6352E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6352E7 is #9CAD18. Grayscale: #676767. Windows color (decimal): -10267929 or 15159907. OLE color: 15159907.
HSL color Cylindrical-coordinate representation of color #6352E7: hue angle of 246.85º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6352E7 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 82 | 231 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.09 |
| HSL | 246.85º | 0.76% | 0.61% | - |
| HSV(B) | 246.85º | 0.65% | 0.91% | - |
| XYZ | 22.59 | 14.46 | 77.2 | - |
| YUV | 104.07 | 199.63 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 231 | 0.57 | 0.65 | 0 | 0.09 | 246.85 | 0.76 | 0.61 |
| Hex | 63 | 52 | E7 | 39 | 41 | 0 | 9 | F7 | 4C | 3D |
| Octal | 143 | 122 | 347 | 71 | 101 | 0 | 11 | 367 | 114 | 75 |
| Binary | 1100011 | 1010010 | 11100111 | 111001 | 1000001 | 0 | 1001 | 11110111 | 1001100 | 111101 |
Color Harmonies of #6352E7
Complementary color
Monochromatic Colors of #6352E7
Black with #6352E7
Text Example
Text Example
White with #6352E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352E7; }
p { color: rgb(99,82,231); }
H1.HeaderClassName
{
color: #6352E7;
}
.AnyTagClassName
{
color: #6352E7;
}
</style>
background-color css
<style>
a { background-color: #6352E7; }
a { background-color: rgb(99,82,231); }
div.DivClassName
{
background-color: #6352E7;
}
.BgClassName
{
background-color: #6352E7;
}
</style>
border-color css
<style>
span { border-color: #6352E7; }
span { border-color: rgb(99,82,231); }
td.TdClassName
{
border-color: #6352E7;
}
.TagClassName
{
border-color: #6352E7;
}
</style>