Shades of Slate Blue #6149CC
Tints of Slate Blue #6149CC
RGB
CMYK
RGB Variations
Color information
#6149CC (or 0x6149CC) is known color: Slate Blue. HEX triplet: 61, 49 and CC. RGB value is (97,73,204). Sum of RGB (Red+Green+Blue) = 97+73+204=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #6149CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149CC is #9EB633. Grayscale: #5E5E5E. Windows color (decimal): -10401332 or 13388129. OLE color: 13388129.
HSL color Cylindrical-coordinate representation of color #6149CC: hue angle of 250.99º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6149CC is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 73 | 204 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.2 |
| HSL | 250.99º | 0.56% | 0.54% | - |
| HSV(B) | 250.99º | 0.64% | 0.8% | - |
| XYZ | 18.21 | 11.67 | 58.42 | - |
| YUV | 95.11 | 189.45 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 204 | 0.52 | 0.64 | 0 | 0.2 | 250.99 | 0.56 | 0.54 |
| Hex | 61 | 49 | CC | 34 | 40 | 0 | 14 | FB | 38 | 36 |
| Octal | 141 | 111 | 314 | 64 | 100 | 0 | 24 | 373 | 70 | 66 |
| Binary | 1100001 | 1001001 | 11001100 | 110100 | 1000000 | 0 | 10100 | 11111011 | 111000 | 110110 |
Color Harmonies of #6149CC
Complementary color
Monochromatic Colors of #6149CC
Black with #6149CC
Text Example
Text Example
White with #6149CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6149CC; }
p { color: rgb(97,73,204); }
H1.HeaderClassName
{
color: #6149CC;
}
.AnyTagClassName
{
color: #6149CC;
}
</style>
background-color css
<style>
a { background-color: #6149CC; }
a { background-color: rgb(97,73,204); }
div.DivClassName
{
background-color: #6149CC;
}
.BgClassName
{
background-color: #6149CC;
}
</style>
border-color css
<style>
span { border-color: #6149CC; }
span { border-color: rgb(97,73,204); }
td.TdClassName
{
border-color: #6149CC;
}
.TagClassName
{
border-color: #6149CC;
}
</style>