Shades of Slate Blue #6751CE
Tints of Slate Blue #6751CE
RGB
CMYK
RGB Variations
Color information
#6751CE (or 0x6751CE) is known color: Slate Blue. HEX triplet: 67, 51 and CE. RGB value is (103,81,206). Sum of RGB (Red+Green+Blue) = 103+81+206=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #6751CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6751CE is #98AE31. Grayscale: #656565. Windows color (decimal): -10006066 or 13521255. OLE color: 13521255.
HSL color Cylindrical-coordinate representation of color #6751CE: hue angle of 250.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6751CE is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 81 | 206 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.19 |
| HSL | 250.56º | 0.56% | 0.56% | - |
| HSV(B) | 250.56º | 0.61% | 0.81% | - |
| XYZ | 19.68 | 13.22 | 59.91 | - |
| YUV | 101.83 | 186.79 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 206 | 0.50 | 0.61 | 0 | 0.19 | 250.56 | 0.56 | 0.56 |
| Hex | 67 | 51 | CE | 32 | 3D | 0 | 13 | FB | 38 | 38 |
| Octal | 147 | 121 | 316 | 62 | 75 | 0 | 23 | 373 | 70 | 70 |
| Binary | 1100111 | 1010001 | 11001110 | 110010 | 111101 | 0 | 10011 | 11111011 | 111000 | 111000 |
Color Harmonies of #6751CE
Complementary color
Monochromatic Colors of #6751CE
Black with #6751CE
Text Example
Text Example
White with #6751CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6751CE; }
p { color: rgb(103,81,206); }
H1.HeaderClassName
{
color: #6751CE;
}
.AnyTagClassName
{
color: #6751CE;
}
</style>
background-color css
<style>
a { background-color: #6751CE; }
a { background-color: rgb(103,81,206); }
div.DivClassName
{
background-color: #6751CE;
}
.BgClassName
{
background-color: #6751CE;
}
</style>
border-color css
<style>
span { border-color: #6751CE; }
span { border-color: rgb(103,81,206); }
td.TdClassName
{
border-color: #6751CE;
}
.TagClassName
{
border-color: #6751CE;
}
</style>