Shades of Slate Blue #6367CA
Tints of Slate Blue #6367CA
RGB
CMYK
RGB Variations
Color information
#6367CA (or 0x6367CA) is known color: Slate Blue. HEX triplet: 63, 67 and CA. RGB value is (99,103,202). Sum of RGB (Red+Green+Blue) = 99+103+202=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #6367CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6367CA is #9C9835. Grayscale: #707070. Windows color (decimal): -10262582 or 13264739. OLE color: 13264739.
HSL color Cylindrical-coordinate representation of color #6367CA: hue angle of 237.67º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6367CA is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 103 | 202 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.21 |
| HSL | 237.67º | 0.49% | 0.59% | - |
| HSV(B) | 237.67º | 0.51% | 0.79% | - |
| XYZ | 20.66 | 16.62 | 58 | - |
| YUV | 113.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 202 | 0.51 | 0.49 | 0 | 0.21 | 237.67 | 0.49 | 0.59 |
| Hex | 63 | 67 | CA | 33 | 31 | 0 | 15 | EE | 31 | 3B |
| Octal | 143 | 147 | 312 | 63 | 61 | 0 | 25 | 356 | 61 | 73 |
| Binary | 1100011 | 1100111 | 11001010 | 110011 | 110001 | 0 | 10101 | 11101110 | 110001 | 111011 |
Color Harmonies of #6367CA
Complementary color
Monochromatic Colors of #6367CA
Black with #6367CA
Text Example
Text Example
White with #6367CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6367CA; }
p { color: rgb(99,103,202); }
H1.HeaderClassName
{
color: #6367CA;
}
.AnyTagClassName
{
color: #6367CA;
}
</style>
background-color css
<style>
a { background-color: #6367CA; }
a { background-color: rgb(99,103,202); }
div.DivClassName
{
background-color: #6367CA;
}
.BgClassName
{
background-color: #6367CA;
}
</style>
border-color css
<style>
span { border-color: #6367CA; }
span { border-color: rgb(99,103,202); }
td.TdClassName
{
border-color: #6367CA;
}
.TagClassName
{
border-color: #6367CA;
}
</style>