Shades of Slate Blue #6447C3
Tints of Slate Blue #6447C3
RGB
CMYK
RGB Variations
Color information
#6447C3 (or 0x6447C3) is known color: Slate Blue. HEX triplet: 64, 47 and C3. RGB value is (100,71,195). Sum of RGB (Red+Green+Blue) = 100+71+195=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 195 (76.56% from 255 or 53.28% from 366); Max value from RGB is 195 - color contains mainly: blue. Hex color #6447C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6447C3 is #9BB83C. Grayscale: #5D5D5D. Windows color (decimal): -10205245 or 12797796. OLE color: 12797796.
HSL color Cylindrical-coordinate representation of color #6447C3: hue angle of 254.03º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6447C3 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 71 | 195 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.24 |
| HSL | 254.03º | 0.51% | 0.52% | - |
| HSV(B) | 254.03º | 0.64% | 0.76% | - |
| XYZ | 17.36 | 11.16 | 52.87 | - |
| YUV | 93.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 195 | 0.49 | 0.64 | 0 | 0.24 | 254.03 | 0.51 | 0.52 |
| Hex | 64 | 47 | C3 | 31 | 40 | 0 | 18 | FE | 33 | 34 |
| Octal | 144 | 107 | 303 | 61 | 100 | 0 | 30 | 376 | 63 | 64 |
| Binary | 1100100 | 1000111 | 11000011 | 110001 | 1000000 | 0 | 11000 | 11111110 | 110011 | 110100 |
Color Harmonies of #6447C3
Complementary color
Monochromatic Colors of #6447C3
Black with #6447C3
Text Example
Text Example
White with #6447C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6447C3; }
p { color: rgb(100,71,195); }
H1.HeaderClassName
{
color: #6447C3;
}
.AnyTagClassName
{
color: #6447C3;
}
</style>
background-color css
<style>
a { background-color: #6447C3; }
a { background-color: rgb(100,71,195); }
div.DivClassName
{
background-color: #6447C3;
}
.BgClassName
{
background-color: #6447C3;
}
</style>
border-color css
<style>
span { border-color: #6447C3; }
span { border-color: rgb(100,71,195); }
td.TdClassName
{
border-color: #6447C3;
}
.TagClassName
{
border-color: #6447C3;
}
</style>