Shades of Slate Blue #675DC1
Tints of Slate Blue #675DC1
RGB
CMYK
RGB Variations
Color information
#675DC1 (or 0x675DC1) is known color: Slate Blue. HEX triplet: 67, 5D and C1. RGB value is (103,93,193). Sum of RGB (Red+Green+Blue) = 103+93+193=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #675DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DC1 is #98A23E. Grayscale: #6B6B6B. Windows color (decimal): -10003007 or 12672359. OLE color: 12672359.
HSL color Cylindrical-coordinate representation of color #675DC1: hue angle of 246º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675DC1 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 93 | 193 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.24 |
| HSL | 246º | 0.45% | 0.56% | - |
| HSV(B) | 246º | 0.52% | 0.76% | - |
| XYZ | 19.13 | 14.56 | 52.25 | - |
| YUV | 107.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 193 | 0.47 | 0.52 | 0 | 0.24 | 246 | 0.45 | 0.56 |
| Hex | 67 | 5D | C1 | 2F | 34 | 0 | 18 | F6 | 2D | 38 |
| Octal | 147 | 135 | 301 | 57 | 64 | 0 | 30 | 366 | 55 | 70 |
| Binary | 1100111 | 1011101 | 11000001 | 101111 | 110100 | 0 | 11000 | 11110110 | 101101 | 111000 |
Color Harmonies of #675DC1
Complementary color
Monochromatic Colors of #675DC1
Black with #675DC1
Text Example
Text Example
White with #675DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DC1; }
p { color: rgb(103,93,193); }
H1.HeaderClassName
{
color: #675DC1;
}
.AnyTagClassName
{
color: #675DC1;
}
</style>
background-color css
<style>
a { background-color: #675DC1; }
a { background-color: rgb(103,93,193); }
div.DivClassName
{
background-color: #675DC1;
}
.BgClassName
{
background-color: #675DC1;
}
</style>
border-color css
<style>
span { border-color: #675DC1; }
span { border-color: rgb(103,93,193); }
td.TdClassName
{
border-color: #675DC1;
}
.TagClassName
{
border-color: #675DC1;
}
</style>