Shades of Slate Blue #6150CC
Tints of Slate Blue #6150CC
RGB
CMYK
RGB Variations
Color information
#6150CC (or 0x6150CC) is known color: Slate Blue. HEX triplet: 61, 50 and CC. RGB value is (97,80,204). Sum of RGB (Red+Green+Blue) = 97+80+204=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #6150CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150CC is #9EAF33. Grayscale: #626262. Windows color (decimal): -10399540 or 13389921. OLE color: 13389921.
HSL color Cylindrical-coordinate representation of color #6150CC: hue angle of 248.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6150CC is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 80 | 204 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.2 |
| HSL | 248.23º | 0.55% | 0.56% | - |
| HSV(B) | 248.23º | 0.61% | 0.8% | - |
| XYZ | 18.7 | 12.64 | 58.58 | - |
| YUV | 99.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 204 | 0.52 | 0.61 | 0 | 0.2 | 248.23 | 0.55 | 0.56 |
| Hex | 61 | 50 | CC | 34 | 3D | 0 | 14 | F8 | 37 | 38 |
| Octal | 141 | 120 | 314 | 64 | 75 | 0 | 24 | 370 | 67 | 70 |
| Binary | 1100001 | 1010000 | 11001100 | 110100 | 111101 | 0 | 10100 | 11111000 | 110111 | 111000 |
Color Harmonies of #6150CC
Complementary color
Monochromatic Colors of #6150CC
Black with #6150CC
Text Example
Text Example
White with #6150CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150CC; }
p { color: rgb(97,80,204); }
H1.HeaderClassName
{
color: #6150CC;
}
.AnyTagClassName
{
color: #6150CC;
}
</style>
background-color css
<style>
a { background-color: #6150CC; }
a { background-color: rgb(97,80,204); }
div.DivClassName
{
background-color: #6150CC;
}
.BgClassName
{
background-color: #6150CC;
}
</style>
border-color css
<style>
span { border-color: #6150CC; }
span { border-color: rgb(97,80,204); }
td.TdClassName
{
border-color: #6150CC;
}
.TagClassName
{
border-color: #6150CC;
}
</style>