#6A3EEB

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

Shades of Slate Blue #6A3EEB

Tints of Slate Blue #6A3EEB

Color information

#6A3EEB (or 0x6A3EEB) is unknown color: approx Slate Blue. HEX triplet: 6A, 3E and EB. RGB value is (106,62,235). Sum of RGB (Red+Green+Blue) = 106+62+235=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A3EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A3EEB is #95C114. Grayscale: #5E5E5E. Windows color (decimal): -9814293 or 15416938. OLE color: 15416938.

HSL color Cylindrical-coordinate representation of color #6A3EEB: hue angle of 255.26º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A3EEB is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10662235-
CMYK0.550.7400.08
HSL255.26º81.22%58.24%-
HSV(B)255.26º73.62%92.16%-
XYZ22.6612.5179.82-
YUV94.88207.08135.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.30%
GREEN value IS 62 (24.61% from 255) = 15.38%
BLUE value IS 235 (92.19% from 255) = 58.31%
R=26.30%
G=15.38%
B=58.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal106622350.550.7400.08255.2681.2258.24
Hex6A3EEB374A08ff513a
Octal152763536711201037712172
Binary110101011111011101011110111100101001000111111111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,62,235); }

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

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

 a { background-color: rgb(106,62,235); }

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

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

 span { border-color: rgb(106,62,235); }

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