Shades of Slate Blue #675ECE
Tints of Slate Blue #675ECE
RGB
CMYK
RGB Variations
Color information
#675ECE (or 0x675ECE) is known color: Slate Blue. HEX triplet: 67, 5E and CE. RGB value is (103,94,206). Sum of RGB (Red+Green+Blue) = 103+94+206=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #675ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ECE is #98A131. Grayscale: #6D6D6D. Windows color (decimal): -10002738 or 13524583. OLE color: 13524583.
HSL color Cylindrical-coordinate representation of color #675ECE: hue angle of 244.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #675ECE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 94 | 206 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.19 |
| HSL | 244.82º | 0.53% | 0.59% | - |
| HSV(B) | 244.82º | 0.54% | 0.81% | - |
| XYZ | 20.74 | 15.35 | 60.26 | - |
| YUV | 109.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 206 | 0.50 | 0.54 | 0 | 0.19 | 244.82 | 0.53 | 0.59 |
| Hex | 67 | 5E | CE | 32 | 36 | 0 | 13 | F5 | 35 | 3B |
| Octal | 147 | 136 | 316 | 62 | 66 | 0 | 23 | 365 | 65 | 73 |
| Binary | 1100111 | 1011110 | 11001110 | 110010 | 110110 | 0 | 10011 | 11110101 | 110101 | 111011 |
Color Harmonies of #675ECE
Complementary color
Monochromatic Colors of #675ECE
Black with #675ECE
Text Example
Text Example
White with #675ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675ECE; }
p { color: rgb(103,94,206); }
H1.HeaderClassName
{
color: #675ECE;
}
.AnyTagClassName
{
color: #675ECE;
}
</style>
background-color css
<style>
a { background-color: #675ECE; }
a { background-color: rgb(103,94,206); }
div.DivClassName
{
background-color: #675ECE;
}
.BgClassName
{
background-color: #675ECE;
}
</style>
border-color css
<style>
span { border-color: #675ECE; }
span { border-color: rgb(103,94,206); }
td.TdClassName
{
border-color: #675ECE;
}
.TagClassName
{
border-color: #675ECE;
}
</style>