#6B3EE4

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

Shades of Slate Blue #6B3EE4

Tints of Slate Blue #6B3EE4

Color information

#6B3EE4 (or 0x6B3EE4) is unknown color: approx Slate Blue. HEX triplet: 6B, 3E and E4. RGB value is (107,62,228). Sum of RGB (Red+Green+Blue) = 107+62+228=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 228 (89.45% from 255 or 57.43% from 397); Max value from RGB is 228 - color contains mainly: blue. Hex color #6B3EE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3EE4 is #94C11B. Grayscale: #5D5D5D. Windows color (decimal): -9748764 or 14958187. OLE color: 14958187.

HSL color Cylindrical-coordinate representation of color #6B3EE4: hue angle of 256.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B3EE4 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10762228-
CMYK0.530.7300.11
HSL256.27º75.45%56.86%-
HSV(B)256.27º72.81%89.41%-
XYZ21.7912.1774.6-
YUV94.38203.41137-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.95%
GREEN value IS 62 (24.61% from 255) = 15.62%
BLUE value IS 228 (89.45% from 255) = 57.43%
R=26.95%
G=15.62%
B=57.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal107622280.530.7300.11256.2775.4556.86
Hex6B3EE435490B1004b39
Octal153763446511101340011371
Binary1101011111110111001001101011001001010111000000001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,62,228); }

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

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

 a { background-color: rgb(107,62,228); }

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

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

 span { border-color: rgb(107,62,228); }

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