Shades of Slate Blue #6744CE
Tints of Slate Blue #6744CE
RGB
CMYK
RGB Variations
Color information
#6744CE (or 0x6744CE) is known color: Slate Blue. HEX triplet: 67, 44 and CE. RGB value is (103,68,206). Sum of RGB (Red+Green+Blue) = 103+68+206=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #6744CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6744CE is #98BB31. Grayscale: #5D5D5D. Windows color (decimal): -10009394 or 13517927. OLE color: 13517927.
HSL color Cylindrical-coordinate representation of color #6744CE: hue angle of 255.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6744CE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 68 | 206 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.19 |
| HSL | 255.22º | 0.58% | 0.54% | - |
| HSV(B) | 255.22º | 0.67% | 0.81% | - |
| XYZ | 18.8 | 11.47 | 59.62 | - |
| YUV | 94.2 | 191.1 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 206 | 0.50 | 0.67 | 0 | 0.19 | 255.22 | 0.58 | 0.54 |
| Hex | 67 | 44 | CE | 32 | 43 | 0 | 13 | FF | 3A | 36 |
| Octal | 147 | 104 | 316 | 62 | 103 | 0 | 23 | 377 | 72 | 66 |
| Binary | 1100111 | 1000100 | 11001110 | 110010 | 1000011 | 0 | 10011 | 11111111 | 111010 | 110110 |
Color Harmonies of #6744CE
Complementary color
Monochromatic Colors of #6744CE
Black with #6744CE
Text Example
Text Example
White with #6744CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6744CE; }
p { color: rgb(103,68,206); }
H1.HeaderClassName
{
color: #6744CE;
}
.AnyTagClassName
{
color: #6744CE;
}
</style>
background-color css
<style>
a { background-color: #6744CE; }
a { background-color: rgb(103,68,206); }
div.DivClassName
{
background-color: #6744CE;
}
.BgClassName
{
background-color: #6744CE;
}
</style>
border-color css
<style>
span { border-color: #6744CE; }
span { border-color: rgb(103,68,206); }
td.TdClassName
{
border-color: #6744CE;
}
.TagClassName
{
border-color: #6744CE;
}
</style>