Shades of Slate Blue #6B44CA
Tints of Slate Blue #6B44CA
RGB
CMYK
RGB Variations
Color information
#6B44CA (or 0x6B44CA) is known color: Slate Blue. HEX triplet: 6B, 44 and CA. RGB value is (107,68,202). Sum of RGB (Red+Green+Blue) = 107+68+202=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B44CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44CA is #94BB35. Grayscale: #5E5E5E. Windows color (decimal): -9747254 or 13255787. OLE color: 13255787.
HSL color Cylindrical-coordinate representation of color #6B44CA: hue angle of 257.46º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B44CA is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 68 | 202 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.21 |
| HSL | 257.46º | 0.56% | 0.53% | - |
| HSV(B) | 257.46º | 0.66% | 0.79% | - |
| XYZ | 18.79 | 11.52 | 57.11 | - |
| YUV | 94.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 202 | 0.47 | 0.66 | 0 | 0.21 | 257.46 | 0.56 | 0.53 |
| Hex | 6B | 44 | CA | 2F | 42 | 0 | 15 | 101 | 38 | 35 |
| Octal | 153 | 104 | 312 | 57 | 102 | 0 | 25 | 401 | 70 | 65 |
| Binary | 1101011 | 1000100 | 11001010 | 101111 | 1000010 | 0 | 10101 | 100000001 | 111000 | 110101 |
Color Harmonies of #6B44CA
Complementary color
Monochromatic Colors of #6B44CA
Black with #6B44CA
Text Example
Text Example
White with #6B44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B44CA; }
p { color: rgb(107,68,202); }
H1.HeaderClassName
{
color: #6B44CA;
}
.AnyTagClassName
{
color: #6B44CA;
}
</style>
background-color css
<style>
a { background-color: #6B44CA; }
a { background-color: rgb(107,68,202); }
div.DivClassName
{
background-color: #6B44CA;
}
.BgClassName
{
background-color: #6B44CA;
}
</style>
border-color css
<style>
span { border-color: #6B44CA; }
span { border-color: rgb(107,68,202); }
td.TdClassName
{
border-color: #6B44CA;
}
.TagClassName
{
border-color: #6B44CA;
}
</style>