Shades of Slate Blue #6745CE
Tints of Slate Blue #6745CE
RGB
CMYK
RGB Variations
Color information
#6745CE (or 0x6745CE) is known color: Slate Blue. HEX triplet: 67, 45 and CE. RGB value is (103,69,206). Sum of RGB (Red+Green+Blue) = 103+69+206=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #6745CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745CE is #98BA31. Grayscale: #5E5E5E. Windows color (decimal): -10009138 or 13518183. OLE color: 13518183.
HSL color Cylindrical-coordinate representation of color #6745CE: hue angle of 254.89º 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 #6745CE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 69 | 206 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.19 |
| HSL | 254.89º | 0.58% | 0.54% | - |
| HSV(B) | 254.89º | 0.67% | 0.81% | - |
| XYZ | 18.86 | 11.6 | 59.64 | - |
| YUV | 94.78 | 190.76 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 206 | 0.50 | 0.67 | 0 | 0.19 | 254.89 | 0.58 | 0.54 |
| Hex | 67 | 45 | CE | 32 | 43 | 0 | 13 | FF | 3A | 36 |
| Octal | 147 | 105 | 316 | 62 | 103 | 0 | 23 | 377 | 72 | 66 |
| Binary | 1100111 | 1000101 | 11001110 | 110010 | 1000011 | 0 | 10011 | 11111111 | 111010 | 110110 |
Color Harmonies of #6745CE
Complementary color
Monochromatic Colors of #6745CE
Black with #6745CE
Text Example
Text Example
White with #6745CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745CE; }
p { color: rgb(103,69,206); }
H1.HeaderClassName
{
color: #6745CE;
}
.AnyTagClassName
{
color: #6745CE;
}
</style>
background-color css
<style>
a { background-color: #6745CE; }
a { background-color: rgb(103,69,206); }
div.DivClassName
{
background-color: #6745CE;
}
.BgClassName
{
background-color: #6745CE;
}
</style>
border-color css
<style>
span { border-color: #6745CE; }
span { border-color: rgb(103,69,206); }
td.TdClassName
{
border-color: #6745CE;
}
.TagClassName
{
border-color: #6745CE;
}
</style>