Shades of Slate Blue #6643CA
Tints of Slate Blue #6643CA
RGB
CMYK
RGB Variations
Color information
#6643CA (or 0x6643CA) is known color: Slate Blue. HEX triplet: 66, 43 and CA. RGB value is (102,67,202). Sum of RGB (Red+Green+Blue) = 102+67+202=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #6643CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6643CA is #99BC35. Grayscale: #5C5C5C. Windows color (decimal): -10075190 or 13255526. OLE color: 13255526.
HSL color Cylindrical-coordinate representation of color #6643CA: hue angle of 255.56º 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 #6643CA is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 67 | 202 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.21 |
| HSL | 255.56º | 0.56% | 0.53% | - |
| HSV(B) | 255.56º | 0.67% | 0.79% | - |
| XYZ | 18.15 | 11.1 | 57.06 | - |
| YUV | 92.86 | 189.6 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 202 | 0.50 | 0.67 | 0 | 0.21 | 255.56 | 0.56 | 0.53 |
| Hex | 66 | 43 | CA | 32 | 43 | 0 | 15 | 100 | 38 | 35 |
| Octal | 146 | 103 | 312 | 62 | 103 | 0 | 25 | 400 | 70 | 65 |
| Binary | 1100110 | 1000011 | 11001010 | 110010 | 1000011 | 0 | 10101 | 100000000 | 111000 | 110101 |
Color Harmonies of #6643CA
Complementary color
Monochromatic Colors of #6643CA
Black with #6643CA
Text Example
Text Example
White with #6643CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6643CA; }
p { color: rgb(102,67,202); }
H1.HeaderClassName
{
color: #6643CA;
}
.AnyTagClassName
{
color: #6643CA;
}
</style>
background-color css
<style>
a { background-color: #6643CA; }
a { background-color: rgb(102,67,202); }
div.DivClassName
{
background-color: #6643CA;
}
.BgClassName
{
background-color: #6643CA;
}
</style>
border-color css
<style>
span { border-color: #6643CA; }
span { border-color: rgb(102,67,202); }
td.TdClassName
{
border-color: #6643CA;
}
.TagClassName
{
border-color: #6643CA;
}
</style>