Shades of Slate Blue #6367CF
Tints of Slate Blue #6367CF
RGB
CMYK
RGB Variations
Color information
#6367CF (or 0x6367CF) is known color: Slate Blue. HEX triplet: 63, 67 and CF. RGB value is (99,103,207). Sum of RGB (Red+Green+Blue) = 99+103+207=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #6367CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6367CF is #9C9830. Grayscale: #717171. Windows color (decimal): -10262577 or 13592419. OLE color: 13592419.
HSL color Cylindrical-coordinate representation of color #6367CF: hue angle of 237.78º degrees, saturation: 0.53, 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 #6367CF is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 103 | 207 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.19 |
| HSL | 237.78º | 0.53% | 0.6% | - |
| HSV(B) | 237.78º | 0.52% | 0.81% | - |
| XYZ | 21.26 | 16.86 | 61.17 | - |
| YUV | 113.66 | 180.67 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 207 | 0.52 | 0.50 | 0 | 0.19 | 237.78 | 0.53 | 0.6 |
| Hex | 63 | 67 | CF | 34 | 32 | 0 | 13 | EE | 35 | 3C |
| Octal | 143 | 147 | 317 | 64 | 62 | 0 | 23 | 356 | 65 | 74 |
| Binary | 1100011 | 1100111 | 11001111 | 110100 | 110010 | 0 | 10011 | 11101110 | 110101 | 111100 |
Color Harmonies of #6367CF
Complementary color
Monochromatic Colors of #6367CF
Black with #6367CF
Text Example
Text Example
White with #6367CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6367CF; }
p { color: rgb(99,103,207); }
H1.HeaderClassName
{
color: #6367CF;
}
.AnyTagClassName
{
color: #6367CF;
}
</style>
background-color css
<style>
a { background-color: #6367CF; }
a { background-color: rgb(99,103,207); }
div.DivClassName
{
background-color: #6367CF;
}
.BgClassName
{
background-color: #6367CF;
}
</style>
border-color css
<style>
span { border-color: #6367CF; }
span { border-color: rgb(99,103,207); }
td.TdClassName
{
border-color: #6367CF;
}
.TagClassName
{
border-color: #6367CF;
}
</style>