Shades of Slate Blue #6367DC
Tints of Slate Blue #6367DC
RGB
CMYK
RGB Variations
Color information
#6367DC (or 0x6367DC) is known color: Slate Blue. HEX triplet: 63, 67 and DC. RGB value is (99,103,220). Sum of RGB (Red+Green+Blue) = 99+103+220=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6367DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6367DC is #9C9823. Grayscale: #727272. Windows color (decimal): -10262564 or 14444387. OLE color: 14444387.
HSL color Cylindrical-coordinate representation of color #6367DC: hue angle of 238.02º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6367DC is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 103 | 220 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.14 |
| HSL | 238.02º | 0.63% | 0.63% | - |
| HSV(B) | 238.02º | 0.55% | 0.86% | - |
| XYZ | 22.91 | 17.52 | 69.88 | - |
| YUV | 115.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 220 | 0.55 | 0.53 | 0 | 0.14 | 238.02 | 0.63 | 0.63 |
| Hex | 63 | 67 | DC | 37 | 35 | 0 | E | EE | 3F | 3F |
| Octal | 143 | 147 | 334 | 67 | 65 | 0 | 16 | 356 | 77 | 77 |
| Binary | 1100011 | 1100111 | 11011100 | 110111 | 110101 | 0 | 1110 | 11101110 | 111111 | 111111 |
Color Harmonies of #6367DC
Complementary color
Monochromatic Colors of #6367DC
Black with #6367DC
Text Example
Text Example
White with #6367DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6367DC; }
p { color: rgb(99,103,220); }
H1.HeaderClassName
{
color: #6367DC;
}
.AnyTagClassName
{
color: #6367DC;
}
</style>
background-color css
<style>
a { background-color: #6367DC; }
a { background-color: rgb(99,103,220); }
div.DivClassName
{
background-color: #6367DC;
}
.BgClassName
{
background-color: #6367DC;
}
</style>
border-color css
<style>
span { border-color: #6367DC; }
span { border-color: rgb(99,103,220); }
td.TdClassName
{
border-color: #6367DC;
}
.TagClassName
{
border-color: #6367DC;
}
</style>