#6A4FD6

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

Shades of Slate Blue #6A4FD6

Tints of Slate Blue #6A4FD6

Color information

#6A4FD6 (or 0x6A4FD6) is unknown color: approx Slate Blue. HEX triplet: 6A, 4F and D6. RGB value is (106,79,214). Sum of RGB (Red+Green+Blue) = 106+79+214=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #6A4FD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4FD6 is #95B029. Grayscale: #656565. Windows color (decimal): -9809962 or 14045034. OLE color: 14045034.

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

Color convert

RGB10679214-
CMYK0.500.6300.16
HSL252º62.21%57.45%-
HSV(B)252º63.08%83.92%-
XYZ20.8813.5165.13-
YUV102.46190.95130.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 214 (83.98% from 255) = 53.63%
R=26.57%
G=19.80%
B=53.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal106792140.500.6300.1625262.2157.45
Hex6A4FD6323F010fc3e39
Octal15211732662770203747671
Binary110101010011111101011011001011111101000011111100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,214); }

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

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

 a { background-color: rgb(106,79,214); }

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

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

 span { border-color: rgb(106,79,214); }

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