#6A5BE3

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

Shades of Slate Blue #6A5BE3

Tints of Slate Blue #6A5BE3

Color information

#6A5BE3 (or 0x6A5BE3) is unknown color: approx Slate Blue. HEX triplet: 6A, 5B and E3. RGB value is (106,91,227). Sum of RGB (Red+Green+Blue) = 106+91+227=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #6A5BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BE3 is #95A41C. Grayscale: #6E6E6E. Windows color (decimal): -9806877 or 14900074. OLE color: 14900074.

HSL color Cylindrical-coordinate representation of color #6A5BE3: hue angle of 246.62º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A5BE3 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10691227-
CMYK0.530.6000.11
HSL246.62º70.83%62.35%-
HSV(B)246.62º59.91%89.02%-
XYZ23.5516.0974.54-
YUV110.99193.47124.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 227 (89.06% from 255) = 53.54%
R=25%
G=21.46%
B=53.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal106912270.530.6000.11246.6270.8362.35
Hex6A5BE3353C0Bf7473e
Octal152133343657401336710776
Binary110101010110111110001111010111110001011111101111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,227); }

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

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

 a { background-color: rgb(106,91,227); }

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

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

 span { border-color: rgb(106,91,227); }

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