#6E3CF2

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

Shades of Blue Violet #6E3CF2

Tints of Blue Violet #6E3CF2

Color information

#6E3CF2 (or 0x6E3CF2) is unknown color: approx Blue Violet. HEX triplet: 6E, 3C and F2. RGB value is (110,60,242). Sum of RGB (Red+Green+Blue) = 110+60+242=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 242 (94.92% from 255 or 58.74% from 412); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E3CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3CF2 is #91C30D. Grayscale: #5F5F5F. Windows color (decimal): -9552654 or 15875182. OLE color: 15875182.

HSL color Cylindrical-coordinate representation of color #6E3CF2: hue angle of 256.48º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E3CF2 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11060242-
CMYK0.550.7500.05
HSL256.48º87.5%59.22%-
HSV(B)256.48º75.21%94.9%-
XYZ24.0712.9685.24-
YUV95.7210.56138.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.70%
GREEN value IS 60 (23.83% from 255) = 14.56%
BLUE value IS 242 (94.92% from 255) = 58.74%
R=26.70%
G=14.56%
B=58.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal110602420.550.7500.05256.4887.559.22
Hex6E3CF2374B05100583b
Octal15674362671130540013073
Binary110111011110011110010110111100101101011000000001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,60,242); }

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

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

 a { background-color: rgb(110,60,242); }

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

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

 span { border-color: rgb(110,60,242); }

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