Shades of Slate Blue #675ECC
Tints of Slate Blue #675ECC
RGB
CMYK
RGB Variations
Color information
#675ECC (or 0x675ECC) is known color: Slate Blue. HEX triplet: 67, 5E and CC. RGB value is (103,94,204). Sum of RGB (Red+Green+Blue) = 103+94+204=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #675ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ECC is #98A133. Grayscale: #6C6C6C. Windows color (decimal): -10002740 or 13393511. OLE color: 13393511.
HSL color Cylindrical-coordinate representation of color #675ECC: hue angle of 244.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #675ECC is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 94 | 204 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.2 |
| HSL | 244.91º | 0.52% | 0.58% | - |
| HSV(B) | 244.91º | 0.54% | 0.8% | - |
| XYZ | 20.5 | 15.25 | 58.99 | - |
| YUV | 109.23 | 181.48 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 204 | 0.50 | 0.54 | 0 | 0.2 | 244.91 | 0.52 | 0.58 |
| Hex | 67 | 5E | CC | 32 | 36 | 0 | 14 | F5 | 34 | 3A |
| Octal | 147 | 136 | 314 | 62 | 66 | 0 | 24 | 365 | 64 | 72 |
| Binary | 1100111 | 1011110 | 11001100 | 110010 | 110110 | 0 | 10100 | 11110101 | 110100 | 111010 |
Color Harmonies of #675ECC
Complementary color
Monochromatic Colors of #675ECC
Black with #675ECC
Text Example
Text Example
White with #675ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675ECC; }
p { color: rgb(103,94,204); }
H1.HeaderClassName
{
color: #675ECC;
}
.AnyTagClassName
{
color: #675ECC;
}
</style>
background-color css
<style>
a { background-color: #675ECC; }
a { background-color: rgb(103,94,204); }
div.DivClassName
{
background-color: #675ECC;
}
.BgClassName
{
background-color: #675ECC;
}
</style>
border-color css
<style>
span { border-color: #675ECC; }
span { border-color: rgb(103,94,204); }
td.TdClassName
{
border-color: #675ECC;
}
.TagClassName
{
border-color: #675ECC;
}
</style>