#6A44DD

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

Shades of Slate Blue #6A44DD

Tints of Slate Blue #6A44DD

Color information

#6A44DD (or 0x6A44DD) is unknown color: approx Slate Blue. HEX triplet: 6A, 44 and DD. RGB value is (106,68,221). Sum of RGB (Red+Green+Blue) = 106+68+221=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A44DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A44DD is #95BB22. Grayscale: #606060. Windows color (decimal): -9812771 or 14500970. OLE color: 14500970.

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

Color convert

RGB10668221-
CMYK0.520.6900.13
HSL254.9º69.23%56.67%-
HSV(B)254.9º69.23%86.67%-
XYZ21.0612.4269.69-
YUV96.8198.09134.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.84%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=26.84%
G=17.22%
B=55.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106682210.520.6900.13254.969.2356.67
Hex6A44DD34450Dff4539
Octal1521043356410501537710571
Binary1101010100010011011101110100100010101101111111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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