Shades of Slate Blue #6162CF
Tints of Slate Blue #6162CF
RGB
CMYK
RGB Variations
Color information
#6162CF (or 0x6162CF) is known color: Slate Blue. HEX triplet: 61, 62 and CF. RGB value is (97,98,207). Sum of RGB (Red+Green+Blue) = 97+98+207=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #6162CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162CF is #9E9D30. Grayscale: #6D6D6D. Windows color (decimal): -10394929 or 13591137. OLE color: 13591137.
HSL color Cylindrical-coordinate representation of color #6162CF: hue angle of 239.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6162CF is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 98 | 207 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.19 |
| HSL | 239.45º | 0.53% | 0.6% | - |
| HSV(B) | 239.45º | 0.53% | 0.81% | - |
| XYZ | 20.56 | 15.78 | 60.99 | - |
| YUV | 110.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 207 | 0.53 | 0.53 | 0 | 0.19 | 239.45 | 0.53 | 0.6 |
| Hex | 61 | 62 | CF | 35 | 35 | 0 | 13 | EF | 35 | 3C |
| Octal | 141 | 142 | 317 | 65 | 65 | 0 | 23 | 357 | 65 | 74 |
| Binary | 1100001 | 1100010 | 11001111 | 110101 | 110101 | 0 | 10011 | 11101111 | 110101 | 111100 |
Color Harmonies of #6162CF
Complementary color
Monochromatic Colors of #6162CF
Black with #6162CF
Text Example
Text Example
White with #6162CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162CF; }
p { color: rgb(97,98,207); }
H1.HeaderClassName
{
color: #6162CF;
}
.AnyTagClassName
{
color: #6162CF;
}
</style>
background-color css
<style>
a { background-color: #6162CF; }
a { background-color: rgb(97,98,207); }
div.DivClassName
{
background-color: #6162CF;
}
.BgClassName
{
background-color: #6162CF;
}
</style>
border-color css
<style>
span { border-color: #6162CF; }
span { border-color: rgb(97,98,207); }
td.TdClassName
{
border-color: #6162CF;
}
.TagClassName
{
border-color: #6162CF;
}
</style>