Shades of Slate Blue #6162C9
Tints of Slate Blue #6162C9
RGB
CMYK
RGB Variations
Color information
#6162C9 (or 0x6162C9) is known color: Slate Blue. HEX triplet: 61, 62 and C9. RGB value is (97,98,201). Sum of RGB (Red+Green+Blue) = 97+98+201=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #6162C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162C9 is #9E9D36. Grayscale: #6D6D6D. Windows color (decimal): -10394935 or 13197921. OLE color: 13197921.
HSL color Cylindrical-coordinate representation of color #6162C9: hue angle of 239.42º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6162C9 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 98 | 201 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.21 |
| HSL | 239.42º | 0.49% | 0.58% | - |
| HSV(B) | 239.42º | 0.52% | 0.79% | - |
| XYZ | 19.84 | 15.49 | 57.2 | - |
| YUV | 109.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 201 | 0.52 | 0.51 | 0 | 0.21 | 239.42 | 0.49 | 0.58 |
| Hex | 61 | 62 | C9 | 34 | 33 | 0 | 15 | EF | 31 | 3A |
| Octal | 141 | 142 | 311 | 64 | 63 | 0 | 25 | 357 | 61 | 72 |
| Binary | 1100001 | 1100010 | 11001001 | 110100 | 110011 | 0 | 10101 | 11101111 | 110001 | 111010 |
Color Harmonies of #6162C9
Complementary color
Monochromatic Colors of #6162C9
Black with #6162C9
Text Example
Text Example
White with #6162C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162C9; }
p { color: rgb(97,98,201); }
H1.HeaderClassName
{
color: #6162C9;
}
.AnyTagClassName
{
color: #6162C9;
}
</style>
background-color css
<style>
a { background-color: #6162C9; }
a { background-color: rgb(97,98,201); }
div.DivClassName
{
background-color: #6162C9;
}
.BgClassName
{
background-color: #6162C9;
}
</style>
border-color css
<style>
span { border-color: #6162C9; }
span { border-color: rgb(97,98,201); }
td.TdClassName
{
border-color: #6162C9;
}
.TagClassName
{
border-color: #6162C9;
}
</style>