Shades of Slate Blue #6367DF
Tints of Slate Blue #6367DF
RGB
CMYK
RGB Variations
Color information
#6367DF (or 0x6367DF) is known color: Slate Blue. HEX triplet: 63, 67 and DF. RGB value is (99,103,223). Sum of RGB (Red+Green+Blue) = 99+103+223=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #6367DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6367DF is #9C9820. Grayscale: #737373. Windows color (decimal): -10262561 or 14640995. OLE color: 14640995.
HSL color Cylindrical-coordinate representation of color #6367DF: hue angle of 238.06º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6367DF is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 103 | 223 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.13 |
| HSL | 238.06º | 0.66% | 0.63% | - |
| HSV(B) | 238.06º | 0.56% | 0.87% | - |
| XYZ | 23.32 | 17.68 | 72 | - |
| YUV | 115.48 | 188.67 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 223 | 0.56 | 0.54 | 0 | 0.13 | 238.06 | 0.66 | 0.63 |
| Hex | 63 | 67 | DF | 38 | 36 | 0 | D | EE | 42 | 3F |
| Octal | 143 | 147 | 337 | 70 | 66 | 0 | 15 | 356 | 102 | 77 |
| Binary | 1100011 | 1100111 | 11011111 | 111000 | 110110 | 0 | 1101 | 11101110 | 1000010 | 111111 |
Color Harmonies of #6367DF
Complementary color
Monochromatic Colors of #6367DF
Black with #6367DF
Text Example
Text Example
White with #6367DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6367DF; }
p { color: rgb(99,103,223); }
H1.HeaderClassName
{
color: #6367DF;
}
.AnyTagClassName
{
color: #6367DF;
}
</style>
background-color css
<style>
a { background-color: #6367DF; }
a { background-color: rgb(99,103,223); }
div.DivClassName
{
background-color: #6367DF;
}
.BgClassName
{
background-color: #6367DF;
}
</style>
border-color css
<style>
span { border-color: #6367DF; }
span { border-color: rgb(99,103,223); }
td.TdClassName
{
border-color: #6367DF;
}
.TagClassName
{
border-color: #6367DF;
}
</style>