#6F21DE

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

Shades of Blue Violet #6F21DE

Tints of Blue Violet #6F21DE

Color information

#6F21DE (or 0x6F21DE) is unknown color: approx Blue Violet. HEX triplet: 6F, 21 and DE. RGB value is (111,33,222). Sum of RGB (Red+Green+Blue) = 111+33+222=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F21DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F21DE is #90DE21. Grayscale: #4D4D4D. Windows color (decimal): -9494050 or 14557551. OLE color: 14557551.

HSL color Cylindrical-coordinate representation of color #6F21DE: hue angle of 264.76º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F21DE is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11133222-
CMYK0.50.8500.13
HSL264.76º74.12%50%-
HSV(B)264.76º85.14%87.06%-
XYZ20.289.7469.92-
YUV77.87209.34151.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 222 (87.11% from 255) = 60.66%
R=30.33%
G=9.02%
B=60.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111332220.50.8500.13264.7674.1250
Hex6F21DE32550D1094a32
Octal157413366212501541111262
Binary1101111100001110111101100101010101011011000010011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F21DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,33,222); }

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

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

 a { background-color: rgb(111,33,222); }

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

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

 span { border-color: rgb(111,33,222); }

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