#6A4FDC

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

Shades of Slate Blue #6A4FDC

Tints of Slate Blue #6A4FDC

Color information

#6A4FDC (or 0x6A4FDC) is unknown color: approx Slate Blue. HEX triplet: 6A, 4F and DC. RGB value is (106,79,220). Sum of RGB (Red+Green+Blue) = 106+79+220=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A4FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4FDC is #95B023. Grayscale: #666666. Windows color (decimal): -9809956 or 14438250. OLE color: 14438250.

HSL color Cylindrical-coordinate representation of color #6A4FDC: hue angle of 251.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A4FDC is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10679220-
CMYK0.520.6400.14
HSL251.49º66.82%58.63%-
HSV(B)251.49º64.09%86.27%-
XYZ21.6613.8269.24-
YUV103.15193.95130.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.17%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 220 (86.33% from 255) = 54.32%
R=26.17%
G=19.51%
B=54.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106792200.520.6400.14251.4966.8258.63
Hex6A4FDC34400Efb433b
Octal1521173346410001637310373
Binary1101010100111111011100110100100000001110111110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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