#6A51D9

Color #6A51D9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6A51D9

Tints of Slate Blue #6A51D9

Color information

#6A51D9 (or 0x6A51D9) is unknown color: approx Slate Blue. HEX triplet: 6A, 51 and D9. RGB value is (106,81,217). Sum of RGB (Red+Green+Blue) = 106+81+217=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #6A51D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A51D9 is #95AE26. Grayscale: #676767. Windows color (decimal): -9809447 or 14242154. OLE color: 14242154.

HSL color Cylindrical-coordinate representation of color #6A51D9: hue angle of 251.03º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A51D9 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10681217-
CMYK0.510.6300.15
HSL251.03º64.15%58.43%-
HSV(B)251.03º62.67%85.1%-
XYZ21.4113.9667.21-
YUV103.98191.78129.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 26.24%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 217 (85.16% from 255) = 53.71%
R=26.24%
G=20.05%
B=53.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106812170.510.6300.15251.0364.1558.43
Hex6A51D9333F0Ffb403a
Octal152121331637701737310072
Binary110101010100011101100111001111111101111111110111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A51D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A51D9; }

 p { color: rgb(106,81,217); }

 H1.HeaderClassName
 {
   color: #6A51D9;
 }
 .AnyTagClassName
 {
   color: #6A51D9;
 }
</style>
background-color css

<style>
 a { background-color: #6A51D9; }

 a { background-color: rgb(106,81,217); }

 div.DivClassName
 {
   background-color: #6A51D9;
 }
 .BgClassName
 {
   background-color: #6A51D9;
 }
</style>
border-color css

<style>
 span { border-color: #6A51D9; }

 span { border-color: rgb(106,81,217); }

 td.TdClassName
 {
   border-color: #6A51D9;
 }
 .TagClassName
 {
   border-color: #6A51D9;
 }
</style>