Shades of Slate Blue #675AC2
Tints of Slate Blue #675AC2
RGB
CMYK
RGB Variations
Color information
#675AC2 (or 0x675AC2) is known color: Slate Blue. HEX triplet: 67, 5A and C2. RGB value is (103,90,194). Sum of RGB (Red+Green+Blue) = 103+90+194=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #675AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AC2 is #98A53D. Grayscale: #696969. Windows color (decimal): -10003774 or 12737127. OLE color: 12737127.
HSL color Cylindrical-coordinate representation of color #675AC2: hue angle of 247.5º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #675AC2 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 90 | 194 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.24 |
| HSL | 247.5º | 0.46% | 0.56% | - |
| HSV(B) | 247.5º | 0.54% | 0.76% | - |
| XYZ | 18.99 | 14.09 | 52.76 | - |
| YUV | 105.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 194 | 0.47 | 0.54 | 0 | 0.24 | 247.5 | 0.46 | 0.56 |
| Hex | 67 | 5A | C2 | 2F | 36 | 0 | 18 | F8 | 2E | 38 |
| Octal | 147 | 132 | 302 | 57 | 66 | 0 | 30 | 370 | 56 | 70 |
| Binary | 1100111 | 1011010 | 11000010 | 101111 | 110110 | 0 | 11000 | 11111000 | 101110 | 111000 |
Color Harmonies of #675AC2
Complementary color
Monochromatic Colors of #675AC2
Black with #675AC2
Text Example
Text Example
White with #675AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675AC2; }
p { color: rgb(103,90,194); }
H1.HeaderClassName
{
color: #675AC2;
}
.AnyTagClassName
{
color: #675AC2;
}
</style>
background-color css
<style>
a { background-color: #675AC2; }
a { background-color: rgb(103,90,194); }
div.DivClassName
{
background-color: #675AC2;
}
.BgClassName
{
background-color: #675AC2;
}
</style>
border-color css
<style>
span { border-color: #675AC2; }
span { border-color: rgb(103,90,194); }
td.TdClassName
{
border-color: #675AC2;
}
.TagClassName
{
border-color: #675AC2;
}
</style>