#6C21E6

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

Shades of Blue Violet #6C21E6

Tints of Blue Violet #6C21E6

Color information

#6C21E6 (or 0x6C21E6) is unknown color: approx Blue Violet. HEX triplet: 6C, 21 and E6. RGB value is (108,33,230). Sum of RGB (Red+Green+Blue) = 108+33+230=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #6C21E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C21E6 is #93DE19. Grayscale: #4D4D4D. Windows color (decimal): -9690650 or 15081836. OLE color: 15081836.

HSL color Cylindrical-coordinate representation of color #6C21E6: hue angle of 262.84º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C21E6 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10833230-
CMYK0.530.8600.10
HSL262.84º79.76%51.57%-
HSV(B)262.84º85.65%90.2%-
XYZ21.019.9975.68-
YUV77.88213.85149.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 33 (13.28% from 255) = 8.89%
BLUE value IS 230 (90.23% from 255) = 61.99%
R=29.11%
G=8.89%
B=61.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal108332300.530.8600.10262.8479.7651.57
Hex6C21E635560A1075034
Octal154413466512601240712064
Binary1101100100001111001101101011010110010101000001111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C21E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,33,230); }

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

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

 a { background-color: rgb(108,33,230); }

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

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

 span { border-color: rgb(108,33,230); }

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