Shades of Slate Blue #6343CA
Tints of Slate Blue #6343CA
RGB
CMYK
RGB Variations
Color information
#6343CA (or 0x6343CA) is known color: Slate Blue. HEX triplet: 63, 43 and CA. RGB value is (99,67,202). Sum of RGB (Red+Green+Blue) = 99+67+202=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #6343CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6343CA is #9CBC35. Grayscale: #5B5B5B. Windows color (decimal): -10271798 or 13255523. OLE color: 13255523.
HSL color Cylindrical-coordinate representation of color #6343CA: hue angle of 254.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6343CA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 67 | 202 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.21 |
| HSL | 254.22º | 0.56% | 0.53% | - |
| HSV(B) | 254.22º | 0.67% | 0.79% | - |
| XYZ | 17.81 | 10.93 | 57.05 | - |
| YUV | 91.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 202 | 0.51 | 0.67 | 0 | 0.21 | 254.22 | 0.56 | 0.53 |
| Hex | 63 | 43 | CA | 33 | 43 | 0 | 15 | FE | 38 | 35 |
| Octal | 143 | 103 | 312 | 63 | 103 | 0 | 25 | 376 | 70 | 65 |
| Binary | 1100011 | 1000011 | 11001010 | 110011 | 1000011 | 0 | 10101 | 11111110 | 111000 | 110101 |
Color Harmonies of #6343CA
Complementary color
Monochromatic Colors of #6343CA
Black with #6343CA
Text Example
Text Example
White with #6343CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343CA; }
p { color: rgb(99,67,202); }
H1.HeaderClassName
{
color: #6343CA;
}
.AnyTagClassName
{
color: #6343CA;
}
</style>
background-color css
<style>
a { background-color: #6343CA; }
a { background-color: rgb(99,67,202); }
div.DivClassName
{
background-color: #6343CA;
}
.BgClassName
{
background-color: #6343CA;
}
</style>
border-color css
<style>
span { border-color: #6343CA; }
span { border-color: rgb(99,67,202); }
td.TdClassName
{
border-color: #6343CA;
}
.TagClassName
{
border-color: #6343CA;
}
</style>