#6A44D0

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

Shades of Slate Blue #6A44D0

Tints of Slate Blue #6A44D0

Color information

#6A44D0 (or 0x6A44D0) is unknown color: approx Slate Blue. HEX triplet: 6A, 44 and D0. RGB value is (106,68,208). Sum of RGB (Red+Green+Blue) = 106+68+208=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 208 (81.64% from 255 or 54.45% from 382); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A44D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A44D0 is #95BB2F. Grayscale: #5E5E5E. Windows color (decimal): -9812784 or 13649002. OLE color: 13649002.

HSL color Cylindrical-coordinate representation of color #6A44D0: hue angle of 256.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A44D0 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10668208-
CMYK0.490.6700.18
HSL256.29º59.83%54.12%-
HSV(B)256.29º67.31%81.57%-
XYZ19.411.7560.92-
YUV95.32191.59135.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.75%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 208 (81.64% from 255) = 54.45%
R=27.75%
G=17.80%
B=54.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106682080.490.6700.18256.2959.8354.12
Hex6A44D031430121003c36
Octal152104320611030224007466
Binary11010101000100110100001100011000011010010100000000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A44D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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