Shades of Slate Blue #675FDB
Tints of Slate Blue #675FDB
RGB
CMYK
RGB Variations
Color information
#675FDB (or 0x675FDB) is known color: Slate Blue. HEX triplet: 67, 5F and DB. RGB value is (103,95,219). Sum of RGB (Red+Green+Blue) = 103+95+219=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #675FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FDB is #98A024. Grayscale: #6F6F6F. Windows color (decimal): -10002469 or 14376807. OLE color: 14376807.
HSL color Cylindrical-coordinate representation of color #675FDB: hue angle of 243.87º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #675FDB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 95 | 219 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.14 |
| HSL | 243.87º | 0.63% | 0.62% | - |
| HSV(B) | 243.87º | 0.57% | 0.86% | - |
| XYZ | 22.47 | 16.18 | 68.96 | - |
| YUV | 111.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 219 | 0.53 | 0.57 | 0 | 0.14 | 243.87 | 0.63 | 0.62 |
| Hex | 67 | 5F | DB | 35 | 39 | 0 | E | F4 | 3F | 3E |
| Octal | 147 | 137 | 333 | 65 | 71 | 0 | 16 | 364 | 77 | 76 |
| Binary | 1100111 | 1011111 | 11011011 | 110101 | 111001 | 0 | 1110 | 11110100 | 111111 | 111110 |
Color Harmonies of #675FDB
Complementary color
Monochromatic Colors of #675FDB
Black with #675FDB
Text Example
Text Example
White with #675FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675FDB; }
p { color: rgb(103,95,219); }
H1.HeaderClassName
{
color: #675FDB;
}
.AnyTagClassName
{
color: #675FDB;
}
</style>
background-color css
<style>
a { background-color: #675FDB; }
a { background-color: rgb(103,95,219); }
div.DivClassName
{
background-color: #675FDB;
}
.BgClassName
{
background-color: #675FDB;
}
</style>
border-color css
<style>
span { border-color: #675FDB; }
span { border-color: rgb(103,95,219); }
td.TdClassName
{
border-color: #675FDB;
}
.TagClassName
{
border-color: #675FDB;
}
</style>