Shades of Slate Blue #675ADB
Tints of Slate Blue #675ADB
RGB
CMYK
RGB Variations
Color information
#675ADB (or 0x675ADB) is known color: Slate Blue. HEX triplet: 67, 5A and DB. RGB value is (103,90,219). Sum of RGB (Red+Green+Blue) = 103+90+219=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #675ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ADB is #98A524. Grayscale: #6C6C6C. Windows color (decimal): -10003749 or 14375527. OLE color: 14375527.
HSL color Cylindrical-coordinate representation of color #675ADB: hue angle of 246.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #675ADB is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 90 | 219 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.14 |
| HSL | 246.05º | 0.64% | 0.61% | - |
| HSV(B) | 246.05º | 0.59% | 0.86% | - |
| XYZ | 22.04 | 15.31 | 68.81 | - |
| YUV | 108.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 219 | 0.53 | 0.59 | 0 | 0.14 | 246.05 | 0.64 | 0.61 |
| Hex | 67 | 5A | DB | 35 | 3B | 0 | E | F6 | 40 | 3D |
| Octal | 147 | 132 | 333 | 65 | 73 | 0 | 16 | 366 | 100 | 75 |
| Binary | 1100111 | 1011010 | 11011011 | 110101 | 111011 | 0 | 1110 | 11110110 | 1000000 | 111101 |
Color Harmonies of #675ADB
Complementary color
Monochromatic Colors of #675ADB
Black with #675ADB
Text Example
Text Example
White with #675ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675ADB; }
p { color: rgb(103,90,219); }
H1.HeaderClassName
{
color: #675ADB;
}
.AnyTagClassName
{
color: #675ADB;
}
</style>
background-color css
<style>
a { background-color: #675ADB; }
a { background-color: rgb(103,90,219); }
div.DivClassName
{
background-color: #675ADB;
}
.BgClassName
{
background-color: #675ADB;
}
</style>
border-color css
<style>
span { border-color: #675ADB; }
span { border-color: rgb(103,90,219); }
td.TdClassName
{
border-color: #675ADB;
}
.TagClassName
{
border-color: #675ADB;
}
</style>