Shades of Slate Blue #6153CB
Tints of Slate Blue #6153CB
RGB
CMYK
RGB Variations
Color information
#6153CB (or 0x6153CB) is known color: Slate Blue. HEX triplet: 61, 53 and CB. RGB value is (97,83,203). Sum of RGB (Red+Green+Blue) = 97+83+203=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #6153CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153CB is #9EAC34. Grayscale: #646464. Windows color (decimal): -10398773 or 13325153. OLE color: 13325153.
HSL color Cylindrical-coordinate representation of color #6153CB: hue angle of 247º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6153CB is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 83 | 203 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.20 |
| HSL | 247º | 0.54% | 0.56% | - |
| HSV(B) | 247º | 0.59% | 0.8% | - |
| XYZ | 18.8 | 13.04 | 58.03 | - |
| YUV | 100.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 203 | 0.52 | 0.59 | 0 | 0.20 | 247 | 0.54 | 0.56 |
| Hex | 61 | 53 | CB | 34 | 3B | 0 | 14 | F7 | 36 | 38 |
| Octal | 141 | 123 | 313 | 64 | 73 | 0 | 24 | 367 | 66 | 70 |
| Binary | 1100001 | 1010011 | 11001011 | 110100 | 111011 | 0 | 10100 | 11110111 | 110110 | 111000 |
Color Harmonies of #6153CB
Complementary color
Monochromatic Colors of #6153CB
Black with #6153CB
Text Example
Text Example
White with #6153CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6153CB; }
p { color: rgb(97,83,203); }
H1.HeaderClassName
{
color: #6153CB;
}
.AnyTagClassName
{
color: #6153CB;
}
</style>
background-color css
<style>
a { background-color: #6153CB; }
a { background-color: rgb(97,83,203); }
div.DivClassName
{
background-color: #6153CB;
}
.BgClassName
{
background-color: #6153CB;
}
</style>
border-color css
<style>
span { border-color: #6153CB; }
span { border-color: rgb(97,83,203); }
td.TdClassName
{
border-color: #6153CB;
}
.TagClassName
{
border-color: #6153CB;
}
</style>