Shades of Slate Blue #6144CB
Tints of Slate Blue #6144CB
RGB
CMYK
RGB Variations
Color information
#6144CB (or 0x6144CB) is known color: Slate Blue. HEX triplet: 61, 44 and CB. RGB value is (97,68,203). Sum of RGB (Red+Green+Blue) = 97+68+203=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #6144CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144CB is #9EBB34. Grayscale: #5B5B5B. Windows color (decimal): -10402613 or 13321313. OLE color: 13321313.
HSL color Cylindrical-coordinate representation of color #6144CB: hue angle of 252.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6144CB is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 68 | 203 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.20 |
| HSL | 252.89º | 0.56% | 0.53% | - |
| HSV(B) | 252.89º | 0.67% | 0.8% | - |
| XYZ | 17.78 | 10.99 | 57.68 | - |
| YUV | 92.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 203 | 0.52 | 0.67 | 0 | 0.20 | 252.89 | 0.56 | 0.53 |
| Hex | 61 | 44 | CB | 34 | 43 | 0 | 14 | FD | 38 | 35 |
| Octal | 141 | 104 | 313 | 64 | 103 | 0 | 24 | 375 | 70 | 65 |
| Binary | 1100001 | 1000100 | 11001011 | 110100 | 1000011 | 0 | 10100 | 11111101 | 111000 | 110101 |
Color Harmonies of #6144CB
Complementary color
Monochromatic Colors of #6144CB
Black with #6144CB
Text Example
Text Example
White with #6144CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144CB; }
p { color: rgb(97,68,203); }
H1.HeaderClassName
{
color: #6144CB;
}
.AnyTagClassName
{
color: #6144CB;
}
</style>
background-color css
<style>
a { background-color: #6144CB; }
a { background-color: rgb(97,68,203); }
div.DivClassName
{
background-color: #6144CB;
}
.BgClassName
{
background-color: #6144CB;
}
</style>
border-color css
<style>
span { border-color: #6144CB; }
span { border-color: rgb(97,68,203); }
td.TdClassName
{
border-color: #6144CB;
}
.TagClassName
{
border-color: #6144CB;
}
</style>