Shades of Slate Blue #6361CE
Tints of Slate Blue #6361CE
RGB
CMYK
RGB Variations
Color information
#6361CE (or 0x6361CE) is known color: Slate Blue. HEX triplet: 63, 61 and CE. RGB value is (99,97,206). Sum of RGB (Red+Green+Blue) = 99+97+206=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #6361CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361CE is #9C9E31. Grayscale: #6D6D6D. Windows color (decimal): -10264114 or 13525347. OLE color: 13525347.
HSL color Cylindrical-coordinate representation of color #6361CE: hue angle of 241.1º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6361CE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 97 | 206 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.19 |
| HSL | 241.1º | 0.53% | 0.59% | - |
| HSV(B) | 241.1º | 0.53% | 0.81% | - |
| XYZ | 20.56 | 15.66 | 60.33 | - |
| YUV | 110.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 206 | 0.52 | 0.53 | 0 | 0.19 | 241.1 | 0.53 | 0.59 |
| Hex | 63 | 61 | CE | 34 | 35 | 0 | 13 | F1 | 35 | 3B |
| Octal | 143 | 141 | 316 | 64 | 65 | 0 | 23 | 361 | 65 | 73 |
| Binary | 1100011 | 1100001 | 11001110 | 110100 | 110101 | 0 | 10011 | 11110001 | 110101 | 111011 |
Color Harmonies of #6361CE
Complementary color
Monochromatic Colors of #6361CE
Black with #6361CE
Text Example
Text Example
White with #6361CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6361CE; }
p { color: rgb(99,97,206); }
H1.HeaderClassName
{
color: #6361CE;
}
.AnyTagClassName
{
color: #6361CE;
}
</style>
background-color css
<style>
a { background-color: #6361CE; }
a { background-color: rgb(99,97,206); }
div.DivClassName
{
background-color: #6361CE;
}
.BgClassName
{
background-color: #6361CE;
}
</style>
border-color css
<style>
span { border-color: #6361CE; }
span { border-color: rgb(99,97,206); }
td.TdClassName
{
border-color: #6361CE;
}
.TagClassName
{
border-color: #6361CE;
}
</style>