#6A4DD5

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

Shades of Slate Blue #6A4DD5

Tints of Slate Blue #6A4DD5

Color information

#6A4DD5 (or 0x6A4DD5) is unknown color: approx Slate Blue. HEX triplet: 6A, 4D and D5. RGB value is (106,77,213). Sum of RGB (Red+Green+Blue) = 106+77+213=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #6A4DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DD5 is #95B22A. Grayscale: #646464. Windows color (decimal): -9810475 or 13978986. OLE color: 13978986.

HSL color Cylindrical-coordinate representation of color #6A4DD5: hue angle of 252.79º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A4DD5 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10677213-
CMYK0.500.6400.16
HSL252.79º61.82%56.86%-
HSV(B)252.79º63.85%83.53%-
XYZ20.6113.1864.41-
YUV101.18191.11131.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.77%
GREEN value IS 77 (30.47% from 255) = 19.44%
BLUE value IS 213 (83.59% from 255) = 53.79%
R=26.77%
G=19.44%
B=53.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal106772130.500.6400.16252.7961.8256.86
Hex6A4DD53240010fd3e39
Octal152115325621000203757671
Binary1101010100110111010101110010100000001000011111101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,77,213); }

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

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

 a { background-color: rgb(106,77,213); }

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

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

 span { border-color: rgb(106,77,213); }

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