#6B21E1

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

Shades of Blue Violet #6B21E1

Tints of Blue Violet #6B21E1

Color information

#6B21E1 (or 0x6B21E1) is unknown color: approx Blue Violet. HEX triplet: 6B, 21 and E1. RGB value is (107,33,225). Sum of RGB (Red+Green+Blue) = 107+33+225=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #6B21E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B21E1 is #94DE1E. Grayscale: #4C4C4C. Windows color (decimal): -9756191 or 14754155. OLE color: 14754155.

HSL color Cylindrical-coordinate representation of color #6B21E1: hue angle of 263.12º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B21E1 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10733225-
CMYK0.520.8500.12
HSL263.12º76.19%50.59%-
HSV(B)263.12º85.33%88.24%-
XYZ20.29.6572.03-
YUV77.01211.52149.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.32%
GREEN value IS 33 (13.28% from 255) = 9.04%
BLUE value IS 225 (88.28% from 255) = 61.64%
R=29.32%
G=9.04%
B=61.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal107332250.520.8500.12263.1276.1950.59
Hex6B21E134550C1074c33
Octal153413416412501440711463
Binary1101011100001111000011101001010101011001000001111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B21E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,33,225); }

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

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

 a { background-color: rgb(107,33,225); }

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

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

 span { border-color: rgb(107,33,225); }

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