Shades of Slate Blue #6150DB
Tints of Slate Blue #6150DB
RGB
CMYK
RGB Variations
Color information
#6150DB (or 0x6150DB) is known color: Slate Blue. HEX triplet: 61, 50 and DB. RGB value is (97,80,219). Sum of RGB (Red+Green+Blue) = 97+80+219=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #6150DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150DB is #9EAF24. Grayscale: #646464. Windows color (decimal): -10399525 or 14372961. OLE color: 14372961.
HSL color Cylindrical-coordinate representation of color #6150DB: hue angle of 247.34º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6150DB is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 80 | 219 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.14 |
| HSL | 247.34º | 0.66% | 0.59% | - |
| HSV(B) | 247.34º | 0.63% | 0.86% | - |
| XYZ | 20.58 | 13.39 | 68.52 | - |
| YUV | 100.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 219 | 0.56 | 0.63 | 0 | 0.14 | 247.34 | 0.66 | 0.59 |
| Hex | 61 | 50 | DB | 38 | 3F | 0 | E | F7 | 42 | 3B |
| Octal | 141 | 120 | 333 | 70 | 77 | 0 | 16 | 367 | 102 | 73 |
| Binary | 1100001 | 1010000 | 11011011 | 111000 | 111111 | 0 | 1110 | 11110111 | 1000010 | 111011 |
Color Harmonies of #6150DB
Complementary color
Monochromatic Colors of #6150DB
Black with #6150DB
Text Example
Text Example
White with #6150DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150DB; }
p { color: rgb(97,80,219); }
H1.HeaderClassName
{
color: #6150DB;
}
.AnyTagClassName
{
color: #6150DB;
}
</style>
background-color css
<style>
a { background-color: #6150DB; }
a { background-color: rgb(97,80,219); }
div.DivClassName
{
background-color: #6150DB;
}
.BgClassName
{
background-color: #6150DB;
}
</style>
border-color css
<style>
span { border-color: #6150DB; }
span { border-color: rgb(97,80,219); }
td.TdClassName
{
border-color: #6150DB;
}
.TagClassName
{
border-color: #6150DB;
}
</style>