Shades of Slate Blue #6144CF
Tints of Slate Blue #6144CF
RGB
CMYK
RGB Variations
Color information
#6144CF (or 0x6144CF) is known color: Slate Blue. HEX triplet: 61, 44 and CF. RGB value is (97,68,207). Sum of RGB (Red+Green+Blue) = 97+68+207=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #6144CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144CF is #9EBB30. Grayscale: #5B5B5B. Windows color (decimal): -10402609 or 13583457. OLE color: 13583457.
HSL color Cylindrical-coordinate representation of color #6144CF: hue angle of 252.52º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6144CF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 68 | 207 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.19 |
| HSL | 252.52º | 0.59% | 0.54% | - |
| HSV(B) | 252.52º | 0.67% | 0.81% | - |
| XYZ | 18.26 | 11.18 | 60.23 | - |
| YUV | 92.52 | 192.61 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 207 | 0.53 | 0.67 | 0 | 0.19 | 252.52 | 0.59 | 0.54 |
| Hex | 61 | 44 | CF | 35 | 43 | 0 | 13 | FD | 3B | 36 |
| Octal | 141 | 104 | 317 | 65 | 103 | 0 | 23 | 375 | 73 | 66 |
| Binary | 1100001 | 1000100 | 11001111 | 110101 | 1000011 | 0 | 10011 | 11111101 | 111011 | 110110 |
Color Harmonies of #6144CF
Complementary color
Monochromatic Colors of #6144CF
Black with #6144CF
Text Example
Text Example
White with #6144CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144CF; }
p { color: rgb(97,68,207); }
H1.HeaderClassName
{
color: #6144CF;
}
.AnyTagClassName
{
color: #6144CF;
}
</style>
background-color css
<style>
a { background-color: #6144CF; }
a { background-color: rgb(97,68,207); }
div.DivClassName
{
background-color: #6144CF;
}
.BgClassName
{
background-color: #6144CF;
}
</style>
border-color css
<style>
span { border-color: #6144CF; }
span { border-color: rgb(97,68,207); }
td.TdClassName
{
border-color: #6144CF;
}
.TagClassName
{
border-color: #6144CF;
}
</style>