Shades of Slate Blue #6755DE
Tints of Slate Blue #6755DE
RGB
CMYK
RGB Variations
Color information
#6755DE (or 0x6755DE) is known color: Slate Blue. HEX triplet: 67, 55 and DE. RGB value is (103,85,222). Sum of RGB (Red+Green+Blue) = 103+85+222=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #6755DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755DE is #98AA21. Grayscale: #696969. Windows color (decimal): -10005026 or 14570855. OLE color: 14570855.
HSL color Cylindrical-coordinate representation of color #6755DE: hue angle of 247.88º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6755DE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 85 | 222 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.13 |
| HSL | 247.88º | 0.67% | 0.6% | - |
| HSV(B) | 247.88º | 0.62% | 0.87% | - |
| XYZ | 22.03 | 14.65 | 70.77 | - |
| YUV | 106 | 193.46 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 222 | 0.54 | 0.62 | 0 | 0.13 | 247.88 | 0.67 | 0.6 |
| Hex | 67 | 55 | DE | 36 | 3E | 0 | D | F8 | 43 | 3C |
| Octal | 147 | 125 | 336 | 66 | 76 | 0 | 15 | 370 | 103 | 74 |
| Binary | 1100111 | 1010101 | 11011110 | 110110 | 111110 | 0 | 1101 | 11111000 | 1000011 | 111100 |
Color Harmonies of #6755DE
Complementary color
Monochromatic Colors of #6755DE
Black with #6755DE
Text Example
Text Example
White with #6755DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6755DE; }
p { color: rgb(103,85,222); }
H1.HeaderClassName
{
color: #6755DE;
}
.AnyTagClassName
{
color: #6755DE;
}
</style>
background-color css
<style>
a { background-color: #6755DE; }
a { background-color: rgb(103,85,222); }
div.DivClassName
{
background-color: #6755DE;
}
.BgClassName
{
background-color: #6755DE;
}
</style>
border-color css
<style>
span { border-color: #6755DE; }
span { border-color: rgb(103,85,222); }
td.TdClassName
{
border-color: #6755DE;
}
.TagClassName
{
border-color: #6755DE;
}
</style>