Shades of Slate Blue #6145CC
Tints of Slate Blue #6145CC
RGB
CMYK
RGB Variations
Color information
#6145CC (or 0x6145CC) is known color: Slate Blue. HEX triplet: 61, 45 and CC. RGB value is (97,69,204). Sum of RGB (Red+Green+Blue) = 97+69+204=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #6145CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145CC is #9EBA33. Grayscale: #5C5C5C. Windows color (decimal): -10402356 or 13387105. OLE color: 13387105.
HSL color Cylindrical-coordinate representation of color #6145CC: hue angle of 252.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6145CC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 69 | 204 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.2 |
| HSL | 252.44º | 0.57% | 0.54% | - |
| HSV(B) | 252.44º | 0.66% | 0.8% | - |
| XYZ | 17.96 | 11.16 | 58.33 | - |
| YUV | 92.76 | 190.78 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 204 | 0.52 | 0.66 | 0 | 0.2 | 252.44 | 0.57 | 0.54 |
| Hex | 61 | 45 | CC | 34 | 42 | 0 | 14 | FC | 39 | 36 |
| Octal | 141 | 105 | 314 | 64 | 102 | 0 | 24 | 374 | 71 | 66 |
| Binary | 1100001 | 1000101 | 11001100 | 110100 | 1000010 | 0 | 10100 | 11111100 | 111001 | 110110 |
Color Harmonies of #6145CC
Complementary color
Monochromatic Colors of #6145CC
Black with #6145CC
Text Example
Text Example
White with #6145CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6145CC; }
p { color: rgb(97,69,204); }
H1.HeaderClassName
{
color: #6145CC;
}
.AnyTagClassName
{
color: #6145CC;
}
</style>
background-color css
<style>
a { background-color: #6145CC; }
a { background-color: rgb(97,69,204); }
div.DivClassName
{
background-color: #6145CC;
}
.BgClassName
{
background-color: #6145CC;
}
</style>
border-color css
<style>
span { border-color: #6145CC; }
span { border-color: rgb(97,69,204); }
td.TdClassName
{
border-color: #6145CC;
}
.TagClassName
{
border-color: #6145CC;
}
</style>