#6A44DA

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

Shades of Slate Blue #6A44DA

Tints of Slate Blue #6A44DA

Color information

#6A44DA (or 0x6A44DA) is unknown color: approx Slate Blue. HEX triplet: 6A, 44 and DA. RGB value is (106,68,218). Sum of RGB (Red+Green+Blue) = 106+68+218=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A44DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A44DA is #95BB25. Grayscale: #5F5F5F. Windows color (decimal): -9812774 or 14304362. OLE color: 14304362.

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

Color convert

RGB10668218-
CMYK0.510.6900.15
HSL255.2º66.96%56.08%-
HSV(B)255.2º68.81%85.49%-
XYZ20.6712.2667.61-
YUV96.46196.59134.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.04%
GREEN value IS 68 (26.95% from 255) = 17.35%
BLUE value IS 218 (85.55% from 255) = 55.61%
R=27.04%
G=17.35%
B=55.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106682180.510.6900.15255.266.9656.08
Hex6A44DA33450Fff4338
Octal1521043326310501737710370
Binary1101010100010011011010110011100010101111111111111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A44DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,68,218); }

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

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

 a { background-color: rgb(106,68,218); }

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

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

 span { border-color: rgb(106,68,218); }

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