Shades of Slate Blue #6750CE
Tints of Slate Blue #6750CE
RGB
CMYK
RGB Variations
Color information
#6750CE (or 0x6750CE) is known color: Slate Blue. HEX triplet: 67, 50 and CE. RGB value is (103,80,206). Sum of RGB (Red+Green+Blue) = 103+80+206=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6750CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6750CE is #98AF31. Grayscale: #646464. Windows color (decimal): -10006322 or 13520999. OLE color: 13520999.
HSL color Cylindrical-coordinate representation of color #6750CE: hue angle of 250.95º 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 #6750CE is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 80 | 206 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.19 |
| HSL | 250.95º | 0.56% | 0.56% | - |
| HSV(B) | 250.95º | 0.61% | 0.81% | - |
| XYZ | 19.6 | 13.08 | 59.88 | - |
| YUV | 101.24 | 187.12 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 206 | 0.50 | 0.61 | 0 | 0.19 | 250.95 | 0.56 | 0.56 |
| Hex | 67 | 50 | CE | 32 | 3D | 0 | 13 | FB | 38 | 38 |
| Octal | 147 | 120 | 316 | 62 | 75 | 0 | 23 | 373 | 70 | 70 |
| Binary | 1100111 | 1010000 | 11001110 | 110010 | 111101 | 0 | 10011 | 11111011 | 111000 | 111000 |
Color Harmonies of #6750CE
Complementary color
Monochromatic Colors of #6750CE
Black with #6750CE
Text Example
Text Example
White with #6750CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750CE; }
p { color: rgb(103,80,206); }
H1.HeaderClassName
{
color: #6750CE;
}
.AnyTagClassName
{
color: #6750CE;
}
</style>
background-color css
<style>
a { background-color: #6750CE; }
a { background-color: rgb(103,80,206); }
div.DivClassName
{
background-color: #6750CE;
}
.BgClassName
{
background-color: #6750CE;
}
</style>
border-color css
<style>
span { border-color: #6750CE; }
span { border-color: rgb(103,80,206); }
td.TdClassName
{
border-color: #6750CE;
}
.TagClassName
{
border-color: #6750CE;
}
</style>