Shades of Slate Blue #6A68DD
Tints of Slate Blue #6A68DD
RGB
CMYK
RGB Variations
Color information
#6A68DD (or 0x6A68DD) is known color: Slate Blue. HEX triplet: 6A, 68 and DD. RGB value is (106,104,221). Sum of RGB (Red+Green+Blue) = 106+104+221=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A68DD is #959722. Grayscale: #757575. Windows color (decimal): -9803555 or 14510186. OLE color: 14510186.
HSL color Cylindrical-coordinate representation of color #6A68DD: hue angle of 241.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A68DD is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 104 | 221 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.13 |
| HSL | 241.03º | 0.63% | 0.64% | - |
| HSV(B) | 241.03º | 0.53% | 0.87% | - |
| XYZ | 23.95 | 18.19 | 70.65 | - |
| YUV | 117.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 221 | 0.52 | 0.53 | 0 | 0.13 | 241.03 | 0.63 | 0.64 |
| Hex | 6A | 68 | DD | 34 | 35 | 0 | D | F1 | 3F | 40 |
| Octal | 152 | 150 | 335 | 64 | 65 | 0 | 15 | 361 | 77 | 100 |
| Binary | 1101010 | 1101000 | 11011101 | 110100 | 110101 | 0 | 1101 | 11110001 | 111111 | 1000000 |
Color Harmonies of #6A68DD
Complementary color
Monochromatic Colors of #6A68DD
Black with #6A68DD
Text Example
Text Example
White with #6A68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A68DD; }
p { color: rgb(106,104,221); }
H1.HeaderClassName
{
color: #6A68DD;
}
.AnyTagClassName
{
color: #6A68DD;
}
</style>
background-color css
<style>
a { background-color: #6A68DD; }
a { background-color: rgb(106,104,221); }
div.DivClassName
{
background-color: #6A68DD;
}
.BgClassName
{
background-color: #6A68DD;
}
</style>
border-color css
<style>
span { border-color: #6A68DD; }
span { border-color: rgb(106,104,221); }
td.TdClassName
{
border-color: #6A68DD;
}
.TagClassName
{
border-color: #6A68DD;
}
</style>