#6a51dd

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

Shades of Slate Blue #6A51DD

Tints of Slate Blue #6A51DD

Color information

#6A51DD (or 0x6A51DD) is unknown color: approx Slate Blue. HEX triplet: 6A, 51 and DD. RGB value is (106,81,221). Sum of RGB (Red+Green+Blue) = 106+81+221=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A51DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A51DD is #95AE22. Grayscale: #676767. Windows color (decimal): -9809443 or 14504298. OLE color: 14504298.

HSL color Cylindrical-coordinate representation of color #6A51DD: hue angle of 250.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A51DD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10681221-
CMYK0.520.6300.13
HSL250.71º67.31%59.22%-
HSV(B)250.71º63.35%86.67%-
XYZ21.9414.1769.99-
YUV104.44193.78129.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.98%
GREEN value IS 81 (32.03% from 255) = 19.85%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=25.98%
G=19.85%
B=54.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106812210.520.6300.13250.7167.3159.22
Hex6A51DD343F0Dfb433b
Octal152121335647701537310373
Binary110101010100011101110111010011111101101111110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a51dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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