Shades of Slate Blue #6154CF
Tints of Slate Blue #6154CF
RGB
CMYK
RGB Variations
Color information
#6154CF (or 0x6154CF) is known color: Slate Blue. HEX triplet: 61, 54 and CF. RGB value is (97,84,207). Sum of RGB (Red+Green+Blue) = 97+84+207=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #6154CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154CF is #9EAB30. Grayscale: #656565. Windows color (decimal): -10398513 or 13587553. OLE color: 13587553.
HSL color Cylindrical-coordinate representation of color #6154CF: hue angle of 246.34º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6154CF is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 84 | 207 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.19 |
| HSL | 246.34º | 0.56% | 0.57% | - |
| HSV(B) | 246.34º | 0.59% | 0.81% | - |
| XYZ | 19.36 | 13.39 | 60.59 | - |
| YUV | 101.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 207 | 0.53 | 0.59 | 0 | 0.19 | 246.34 | 0.56 | 0.57 |
| Hex | 61 | 54 | CF | 35 | 3B | 0 | 13 | F6 | 38 | 39 |
| Octal | 141 | 124 | 317 | 65 | 73 | 0 | 23 | 366 | 70 | 71 |
| Binary | 1100001 | 1010100 | 11001111 | 110101 | 111011 | 0 | 10011 | 11110110 | 111000 | 111001 |
Color Harmonies of #6154CF
Complementary color
Monochromatic Colors of #6154CF
Black with #6154CF
Text Example
Text Example
White with #6154CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6154CF; }
p { color: rgb(97,84,207); }
H1.HeaderClassName
{
color: #6154CF;
}
.AnyTagClassName
{
color: #6154CF;
}
</style>
background-color css
<style>
a { background-color: #6154CF; }
a { background-color: rgb(97,84,207); }
div.DivClassName
{
background-color: #6154CF;
}
.BgClassName
{
background-color: #6154CF;
}
</style>
border-color css
<style>
span { border-color: #6154CF; }
span { border-color: rgb(97,84,207); }
td.TdClassName
{
border-color: #6154CF;
}
.TagClassName
{
border-color: #6154CF;
}
</style>