Shades of Slate Blue #6B68D6
Tints of Slate Blue #6B68D6
RGB
CMYK
RGB Variations
Color information
#6B68D6 (or 0x6B68D6) is known color: Slate Blue. HEX triplet: 6B, 68 and D6. RGB value is (107,104,214). Sum of RGB (Red+Green+Blue) = 107+104+214=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B68D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B68D6 is #949729. Grayscale: #757575. Windows color (decimal): -9738026 or 14051435. OLE color: 14051435.
HSL color Cylindrical-coordinate representation of color #6B68D6: hue angle of 241.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B68D6 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 104 | 214 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.16 |
| HSL | 241.64º | 0.57% | 0.62% | - |
| HSV(B) | 241.64º | 0.51% | 0.84% | - |
| XYZ | 23.15 | 17.88 | 65.85 | - |
| YUV | 117.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 214 | 0.50 | 0.51 | 0 | 0.16 | 241.64 | 0.57 | 0.62 |
| Hex | 6B | 68 | D6 | 32 | 33 | 0 | 10 | F2 | 39 | 3E |
| Octal | 153 | 150 | 326 | 62 | 63 | 0 | 20 | 362 | 71 | 76 |
| Binary | 1101011 | 1101000 | 11010110 | 110010 | 110011 | 0 | 10000 | 11110010 | 111001 | 111110 |
Color Harmonies of #6B68D6
Complementary color
Monochromatic Colors of #6B68D6
Black with #6B68D6
Text Example
Text Example
White with #6B68D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B68D6; }
p { color: rgb(107,104,214); }
H1.HeaderClassName
{
color: #6B68D6;
}
.AnyTagClassName
{
color: #6B68D6;
}
</style>
background-color css
<style>
a { background-color: #6B68D6; }
a { background-color: rgb(107,104,214); }
div.DivClassName
{
background-color: #6B68D6;
}
.BgClassName
{
background-color: #6B68D6;
}
</style>
border-color css
<style>
span { border-color: #6B68D6; }
span { border-color: rgb(107,104,214); }
td.TdClassName
{
border-color: #6B68D6;
}
.TagClassName
{
border-color: #6B68D6;
}
</style>