Shades of Slate Blue #6744CD
Tints of Slate Blue #6744CD
RGB
CMYK
RGB Variations
Color information
#6744CD (or 0x6744CD) is known color: Slate Blue. HEX triplet: 67, 44 and CD. RGB value is (103,68,205). Sum of RGB (Red+Green+Blue) = 103+68+205=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #6744CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6744CD is #98BB32. Grayscale: #5D5D5D. Windows color (decimal): -10009395 or 13452391. OLE color: 13452391.
HSL color Cylindrical-coordinate representation of color #6744CD: hue angle of 255.33º 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 #6744CD is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 68 | 205 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.20 |
| HSL | 255.33º | 0.58% | 0.54% | - |
| HSV(B) | 255.33º | 0.67% | 0.8% | - |
| XYZ | 18.68 | 11.43 | 58.98 | - |
| YUV | 94.08 | 190.6 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 205 | 0.50 | 0.67 | 0 | 0.20 | 255.33 | 0.58 | 0.54 |
| Hex | 67 | 44 | CD | 32 | 43 | 0 | 14 | FF | 3A | 36 |
| Octal | 147 | 104 | 315 | 62 | 103 | 0 | 24 | 377 | 72 | 66 |
| Binary | 1100111 | 1000100 | 11001101 | 110010 | 1000011 | 0 | 10100 | 11111111 | 111010 | 110110 |
Color Harmonies of #6744CD
Complementary color
Monochromatic Colors of #6744CD
Black with #6744CD
Text Example
Text Example
White with #6744CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6744CD; }
p { color: rgb(103,68,205); }
H1.HeaderClassName
{
color: #6744CD;
}
.AnyTagClassName
{
color: #6744CD;
}
</style>
background-color css
<style>
a { background-color: #6744CD; }
a { background-color: rgb(103,68,205); }
div.DivClassName
{
background-color: #6744CD;
}
.BgClassName
{
background-color: #6744CD;
}
</style>
border-color css
<style>
span { border-color: #6744CD; }
span { border-color: rgb(103,68,205); }
td.TdClassName
{
border-color: #6744CD;
}
.TagClassName
{
border-color: #6744CD;
}
</style>