Shades of Slate Blue #6162C4
Tints of Slate Blue #6162C4
RGB
CMYK
RGB Variations
Color information
#6162C4 (or 0x6162C4) is known color: Slate Blue. HEX triplet: 61, 62 and C4. RGB value is (97,98,196). Sum of RGB (Red+Green+Blue) = 97+98+196=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #6162C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162C4 is #9E9D3B. Grayscale: #6C6C6C. Windows color (decimal): -10394940 or 12870241. OLE color: 12870241.
HSL color Cylindrical-coordinate representation of color #6162C4: hue angle of 239.39º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6162C4 is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 98 | 196 | - |
| CMYK | 0.51 | 0.5 | 0 | 0.23 |
| HSL | 239.39º | 0.46% | 0.57% | - |
| HSV(B) | 239.39º | 0.51% | 0.77% | - |
| XYZ | 19.26 | 15.26 | 54.16 | - |
| YUV | 108.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 196 | 0.51 | 0.5 | 0 | 0.23 | 239.39 | 0.46 | 0.57 |
| Hex | 61 | 62 | C4 | 33 | 32 | 0 | 17 | EF | 2E | 39 |
| Octal | 141 | 142 | 304 | 63 | 62 | 0 | 27 | 357 | 56 | 71 |
| Binary | 1100001 | 1100010 | 11000100 | 110011 | 110010 | 0 | 10111 | 11101111 | 101110 | 111001 |
Color Harmonies of #6162C4
Complementary color
Monochromatic Colors of #6162C4
Black with #6162C4
Text Example
Text Example
White with #6162C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162C4; }
p { color: rgb(97,98,196); }
H1.HeaderClassName
{
color: #6162C4;
}
.AnyTagClassName
{
color: #6162C4;
}
</style>
background-color css
<style>
a { background-color: #6162C4; }
a { background-color: rgb(97,98,196); }
div.DivClassName
{
background-color: #6162C4;
}
.BgClassName
{
background-color: #6162C4;
}
</style>
border-color css
<style>
span { border-color: #6162C4; }
span { border-color: rgb(97,98,196); }
td.TdClassName
{
border-color: #6162C4;
}
.TagClassName
{
border-color: #6162C4;
}
</style>