Shades of Slate Blue #6A4ACF
Tints of Slate Blue #6A4ACF
RGB
CMYK
RGB Variations
Color information
#6A4ACF (or 0x6A4ACF) is known color: Slate Blue. HEX triplet: 6A, 4A and CF. RGB value is (106,74,207). Sum of RGB (Red+Green+Blue) = 106+74+207=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A4ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4ACF is #95B530. Grayscale: #626262. Windows color (decimal): -9811249 or 13585002. OLE color: 13585002.
HSL color Cylindrical-coordinate representation of color #6A4ACF: hue angle of 254.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A4ACF is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 74 | 207 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.19 |
| HSL | 254.44º | 0.58% | 0.55% | - |
| HSV(B) | 254.44º | 0.64% | 0.81% | - |
| XYZ | 19.66 | 12.47 | 60.4 | - |
| YUV | 98.73 | 189.1 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 207 | 0.49 | 0.64 | 0 | 0.19 | 254.44 | 0.58 | 0.55 |
| Hex | 6A | 4A | CF | 31 | 40 | 0 | 13 | FE | 3A | 37 |
| Octal | 152 | 112 | 317 | 61 | 100 | 0 | 23 | 376 | 72 | 67 |
| Binary | 1101010 | 1001010 | 11001111 | 110001 | 1000000 | 0 | 10011 | 11111110 | 111010 | 110111 |
Color Harmonies of #6A4ACF
Complementary color
Monochromatic Colors of #6A4ACF
Black with #6A4ACF
Text Example
Text Example
White with #6A4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4ACF; }
p { color: rgb(106,74,207); }
H1.HeaderClassName
{
color: #6A4ACF;
}
.AnyTagClassName
{
color: #6A4ACF;
}
</style>
background-color css
<style>
a { background-color: #6A4ACF; }
a { background-color: rgb(106,74,207); }
div.DivClassName
{
background-color: #6A4ACF;
}
.BgClassName
{
background-color: #6A4ACF;
}
</style>
border-color css
<style>
span { border-color: #6A4ACF; }
span { border-color: rgb(106,74,207); }
td.TdClassName
{
border-color: #6A4ACF;
}
.TagClassName
{
border-color: #6A4ACF;
}
</style>