Shades of Slate Blue #6369CE
Tints of Slate Blue #6369CE
RGB
CMYK
RGB Variations
Color information
#6369CE (or 0x6369CE) is known color: Slate Blue. HEX triplet: 63, 69 and CE. RGB value is (99,105,206). Sum of RGB (Red+Green+Blue) = 99+105+206=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #6369CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6369CE is #9C9631. Grayscale: #727272. Windows color (decimal): -10262066 or 13527395. OLE color: 13527395.
HSL color Cylindrical-coordinate representation of color #6369CE: hue angle of 236.64º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6369CE is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 105 | 206 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.19 |
| HSL | 236.64º | 0.52% | 0.6% | - |
| HSV(B) | 236.64º | 0.52% | 0.81% | - |
| XYZ | 21.34 | 17.21 | 60.59 | - |
| YUV | 114.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 105 | 206 | 0.52 | 0.49 | 0 | 0.19 | 236.64 | 0.52 | 0.6 |
| Hex | 63 | 69 | CE | 34 | 31 | 0 | 13 | ED | 34 | 3C |
| Octal | 143 | 151 | 316 | 64 | 61 | 0 | 23 | 355 | 64 | 74 |
| Binary | 1100011 | 1101001 | 11001110 | 110100 | 110001 | 0 | 10011 | 11101101 | 110100 | 111100 |
Color Harmonies of #6369CE
Complementary color
Monochromatic Colors of #6369CE
Black with #6369CE
Text Example
Text Example
White with #6369CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6369CE; }
p { color: rgb(99,105,206); }
H1.HeaderClassName
{
color: #6369CE;
}
.AnyTagClassName
{
color: #6369CE;
}
</style>
background-color css
<style>
a { background-color: #6369CE; }
a { background-color: rgb(99,105,206); }
div.DivClassName
{
background-color: #6369CE;
}
.BgClassName
{
background-color: #6369CE;
}
</style>
border-color css
<style>
span { border-color: #6369CE; }
span { border-color: rgb(99,105,206); }
td.TdClassName
{
border-color: #6369CE;
}
.TagClassName
{
border-color: #6369CE;
}
</style>