Shades of Slate Blue #6044C4
Tints of Slate Blue #6044C4
RGB
CMYK
RGB Variations
Color information
#6044C4 (or 0x6044C4) is known color: Slate Blue. HEX triplet: 60, 44 and C4. RGB value is (96,68,196). Sum of RGB (Red+Green+Blue) = 96+68+196=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #6044C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044C4 is #9FBB3B. Grayscale: #5A5A5A. Windows color (decimal): -10468156 or 12862560. OLE color: 12862560.
HSL color Cylindrical-coordinate representation of color #6044C4: hue angle of 253.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6044C4 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 68 | 196 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.23 |
| HSL | 253.13º | 0.52% | 0.52% | - |
| HSV(B) | 253.13º | 0.65% | 0.77% | - |
| XYZ | 16.85 | 10.61 | 53.38 | - |
| YUV | 90.96 | 187.28 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 196 | 0.51 | 0.65 | 0 | 0.23 | 253.13 | 0.52 | 0.52 |
| Hex | 60 | 44 | C4 | 33 | 41 | 0 | 17 | FD | 34 | 34 |
| Octal | 140 | 104 | 304 | 63 | 101 | 0 | 27 | 375 | 64 | 64 |
| Binary | 1100000 | 1000100 | 11000100 | 110011 | 1000001 | 0 | 10111 | 11111101 | 110100 | 110100 |
Color Harmonies of #6044C4
Complementary color
Monochromatic Colors of #6044C4
Black with #6044C4
Text Example
Text Example
White with #6044C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6044C4; }
p { color: rgb(96,68,196); }
H1.HeaderClassName
{
color: #6044C4;
}
.AnyTagClassName
{
color: #6044C4;
}
</style>
background-color css
<style>
a { background-color: #6044C4; }
a { background-color: rgb(96,68,196); }
div.DivClassName
{
background-color: #6044C4;
}
.BgClassName
{
background-color: #6044C4;
}
</style>
border-color css
<style>
span { border-color: #6044C4; }
span { border-color: rgb(96,68,196); }
td.TdClassName
{
border-color: #6044C4;
}
.TagClassName
{
border-color: #6044C4;
}
</style>