Shades of Slate Blue #675DDD
Tints of Slate Blue #675DDD
RGB
CMYK
RGB Variations
Color information
#675DDD (or 0x675DDD) is known color: Slate Blue. HEX triplet: 67, 5D and DD. RGB value is (103,93,221). Sum of RGB (Red+Green+Blue) = 103+93+221=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #675DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DDD is #98A222. Grayscale: #6E6E6E. Windows color (decimal): -10002979 or 14507367. OLE color: 14507367.
HSL color Cylindrical-coordinate representation of color #675DDD: hue angle of 244.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #675DDD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 93 | 221 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.13 |
| HSL | 244.69º | 0.65% | 0.62% | - |
| HSV(B) | 244.69º | 0.58% | 0.87% | - |
| XYZ | 22.56 | 15.93 | 70.29 | - |
| YUV | 110.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 221 | 0.53 | 0.58 | 0 | 0.13 | 244.69 | 0.65 | 0.62 |
| Hex | 67 | 5D | DD | 35 | 3A | 0 | D | F5 | 41 | 3E |
| Octal | 147 | 135 | 335 | 65 | 72 | 0 | 15 | 365 | 101 | 76 |
| Binary | 1100111 | 1011101 | 11011101 | 110101 | 111010 | 0 | 1101 | 11110101 | 1000001 | 111110 |
Color Harmonies of #675DDD
Complementary color
Monochromatic Colors of #675DDD
Black with #675DDD
Text Example
Text Example
White with #675DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675DDD; }
p { color: rgb(103,93,221); }
H1.HeaderClassName
{
color: #675DDD;
}
.AnyTagClassName
{
color: #675DDD;
}
</style>
background-color css
<style>
a { background-color: #675DDD; }
a { background-color: rgb(103,93,221); }
div.DivClassName
{
background-color: #675DDD;
}
.BgClassName
{
background-color: #675DDD;
}
</style>
border-color css
<style>
span { border-color: #675DDD; }
span { border-color: rgb(103,93,221); }
td.TdClassName
{
border-color: #675DDD;
}
.TagClassName
{
border-color: #675DDD;
}
</style>