Shades of Slate Blue #6162CD
Tints of Slate Blue #6162CD
RGB
CMYK
RGB Variations
Color information
#6162CD (or 0x6162CD) is known color: Slate Blue. HEX triplet: 61, 62 and CD. RGB value is (97,98,205). Sum of RGB (Red+Green+Blue) = 97+98+205=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #6162CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162CD is #9E9D32. Grayscale: #6D6D6D. Windows color (decimal): -10394931 or 13460065. OLE color: 13460065.
HSL color Cylindrical-coordinate representation of color #6162CD: hue angle of 239.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6162CD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 98 | 205 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.20 |
| HSL | 239.44º | 0.52% | 0.59% | - |
| HSV(B) | 239.44º | 0.53% | 0.8% | - |
| XYZ | 20.32 | 15.68 | 59.71 | - |
| YUV | 109.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 205 | 0.53 | 0.52 | 0 | 0.20 | 239.44 | 0.52 | 0.59 |
| Hex | 61 | 62 | CD | 35 | 34 | 0 | 14 | EF | 34 | 3B |
| Octal | 141 | 142 | 315 | 65 | 64 | 0 | 24 | 357 | 64 | 73 |
| Binary | 1100001 | 1100010 | 11001101 | 110101 | 110100 | 0 | 10100 | 11101111 | 110100 | 111011 |
Color Harmonies of #6162CD
Complementary color
Monochromatic Colors of #6162CD
Black with #6162CD
Text Example
Text Example
White with #6162CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162CD; }
p { color: rgb(97,98,205); }
H1.HeaderClassName
{
color: #6162CD;
}
.AnyTagClassName
{
color: #6162CD;
}
</style>
background-color css
<style>
a { background-color: #6162CD; }
a { background-color: rgb(97,98,205); }
div.DivClassName
{
background-color: #6162CD;
}
.BgClassName
{
background-color: #6162CD;
}
</style>
border-color css
<style>
span { border-color: #6162CD; }
span { border-color: rgb(97,98,205); }
td.TdClassName
{
border-color: #6162CD;
}
.TagClassName
{
border-color: #6162CD;
}
</style>