Shades of Slate Blue #6A68CB
Tints of Slate Blue #6A68CB
RGB
CMYK
RGB Variations
Color information
#6A68CB (or 0x6A68CB) is known color: Slate Blue. HEX triplet: 6A, 68 and CB. RGB value is (106,104,203). Sum of RGB (Red+Green+Blue) = 106+104+203=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A68CB is #959734. Grayscale: #737373. Windows color (decimal): -9803573 or 13330538. OLE color: 13330538.
HSL color Cylindrical-coordinate representation of color #6A68CB: hue angle of 241.21º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A68CB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 104 | 203 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.20 |
| HSL | 241.21º | 0.49% | 0.6% | - |
| HSV(B) | 241.21º | 0.49% | 0.8% | - |
| XYZ | 21.67 | 17.28 | 58.69 | - |
| YUV | 115.88 | 177.16 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 104 | 203 | 0.48 | 0.49 | 0 | 0.20 | 241.21 | 0.49 | 0.6 |
| Hex | 6A | 68 | CB | 30 | 31 | 0 | 14 | F1 | 31 | 3C |
| Octal | 152 | 150 | 313 | 60 | 61 | 0 | 24 | 361 | 61 | 74 |
| Binary | 1101010 | 1101000 | 11001011 | 110000 | 110001 | 0 | 10100 | 11110001 | 110001 | 111100 |
Color Harmonies of #6A68CB
Complementary color
Monochromatic Colors of #6A68CB
Black with #6A68CB
Text Example
Text Example
White with #6A68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A68CB; }
p { color: rgb(106,104,203); }
H1.HeaderClassName
{
color: #6A68CB;
}
.AnyTagClassName
{
color: #6A68CB;
}
</style>
background-color css
<style>
a { background-color: #6A68CB; }
a { background-color: rgb(106,104,203); }
div.DivClassName
{
background-color: #6A68CB;
}
.BgClassName
{
background-color: #6A68CB;
}
</style>
border-color css
<style>
span { border-color: #6A68CB; }
span { border-color: rgb(106,104,203); }
td.TdClassName
{
border-color: #6A68CB;
}
.TagClassName
{
border-color: #6A68CB;
}
</style>