Shades of Slate Blue #6444CD
Tints of Slate Blue #6444CD
RGB
CMYK
RGB Variations
Color information
#6444CD (or 0x6444CD) is known color: Slate Blue. HEX triplet: 64, 44 and CD. RGB value is (100,68,205). Sum of RGB (Red+Green+Blue) = 100+68+205=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #6444CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6444CD is #9BBB32. Grayscale: #5C5C5C. Windows color (decimal): -10206003 or 13452388. OLE color: 13452388.
HSL color Cylindrical-coordinate representation of color #6444CD: hue angle of 254.01º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6444CD is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 68 | 205 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.20 |
| HSL | 254.01º | 0.58% | 0.54% | - |
| HSV(B) | 254.01º | 0.67% | 0.8% | - |
| XYZ | 18.34 | 11.25 | 58.96 | - |
| YUV | 93.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 205 | 0.51 | 0.67 | 0 | 0.20 | 254.01 | 0.58 | 0.54 |
| Hex | 64 | 44 | CD | 33 | 43 | 0 | 14 | FE | 3A | 36 |
| Octal | 144 | 104 | 315 | 63 | 103 | 0 | 24 | 376 | 72 | 66 |
| Binary | 1100100 | 1000100 | 11001101 | 110011 | 1000011 | 0 | 10100 | 11111110 | 111010 | 110110 |
Color Harmonies of #6444CD
Complementary color
Monochromatic Colors of #6444CD
Black with #6444CD
Text Example
Text Example
White with #6444CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6444CD; }
p { color: rgb(100,68,205); }
H1.HeaderClassName
{
color: #6444CD;
}
.AnyTagClassName
{
color: #6444CD;
}
</style>
background-color css
<style>
a { background-color: #6444CD; }
a { background-color: rgb(100,68,205); }
div.DivClassName
{
background-color: #6444CD;
}
.BgClassName
{
background-color: #6444CD;
}
</style>
border-color css
<style>
span { border-color: #6444CD; }
span { border-color: rgb(100,68,205); }
td.TdClassName
{
border-color: #6444CD;
}
.TagClassName
{
border-color: #6444CD;
}
</style>