Shades of Slate Blue #6A6FCE
Tints of Slate Blue #6A6FCE
RGB
CMYK
RGB Variations
Color information
#6A6FCE (or 0x6A6FCE) is known color: Slate Blue. HEX triplet: 6A, 6F and CE. RGB value is (106,111,206). Sum of RGB (Red+Green+Blue) = 106+111+206=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A6FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6FCE is #959031. Grayscale: #777777. Windows color (decimal): -9801778 or 13528938. OLE color: 13528938.
HSL color Cylindrical-coordinate representation of color #6A6FCE: hue angle of 237º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A6FCE is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 111 | 206 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.19 |
| HSL | 237º | 0.51% | 0.61% | - |
| HSV(B) | 237º | 0.49% | 0.81% | - |
| XYZ | 22.77 | 18.89 | 60.84 | - |
| YUV | 120.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 206 | 0.49 | 0.46 | 0 | 0.19 | 237 | 0.51 | 0.61 |
| Hex | 6A | 6F | CE | 31 | 2E | 0 | 13 | ED | 33 | 3D |
| Octal | 152 | 157 | 316 | 61 | 56 | 0 | 23 | 355 | 63 | 75 |
| Binary | 1101010 | 1101111 | 11001110 | 110001 | 101110 | 0 | 10011 | 11101101 | 110011 | 111101 |
Color Harmonies of #6A6FCE
Complementary color
Monochromatic Colors of #6A6FCE
Black with #6A6FCE
Text Example
Text Example
White with #6A6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6FCE; }
p { color: rgb(106,111,206); }
H1.HeaderClassName
{
color: #6A6FCE;
}
.AnyTagClassName
{
color: #6A6FCE;
}
</style>
background-color css
<style>
a { background-color: #6A6FCE; }
a { background-color: rgb(106,111,206); }
div.DivClassName
{
background-color: #6A6FCE;
}
.BgClassName
{
background-color: #6A6FCE;
}
</style>
border-color css
<style>
span { border-color: #6A6FCE; }
span { border-color: rgb(106,111,206); }
td.TdClassName
{
border-color: #6A6FCE;
}
.TagClassName
{
border-color: #6A6FCE;
}
</style>