#6F20EA

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

Shades of Blue Violet #6F20EA

Tints of Blue Violet #6F20EA

Color information

#6F20EA (or 0x6F20EA) is unknown color: approx Blue Violet. HEX triplet: 6F, 20 and EA. RGB value is (111,32,234). Sum of RGB (Red+Green+Blue) = 111+32+234=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F20EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F20EA is #90DF15. Grayscale: #4D4D4D. Windows color (decimal): -9494294 or 15343727. OLE color: 15343727.

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

Color convert

RGB11132234-
CMYK0.530.8600.08
HSL263.47º82.79%52.16%-
HSV(B)263.47º86.32%91.76%-
XYZ21.9210.3578.68-
YUV78.65215.67151.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 234 (91.80% from 255) = 62.07%
R=29.44%
G=8.49%
B=62.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal111322340.530.8600.08263.4782.7952.16
Hex6F20EA3556081075334
Octal157403526512601040712364
Binary1101111100000111010101101011010110010001000001111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F20EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,32,234); }

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

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

 a { background-color: rgb(111,32,234); }

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

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

 span { border-color: rgb(111,32,234); }

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