#6F29F0

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

Shades of Blue Violet #6F29F0

Tints of Blue Violet #6F29F0

Color information

#6F29F0 (or 0x6F29F0) is unknown color: approx Blue Violet. HEX triplet: 6F, 29 and F0. RGB value is (111,41,240). Sum of RGB (Red+Green+Blue) = 111+41+240=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 240 (94.14% from 255 or 61.22% from 392); Max value from RGB is 240 - color contains mainly: blue. Hex color #6F29F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F29F0 is #90D60F. Grayscale: #535353. Windows color (decimal): -9491984 or 15739247. OLE color: 15739247.

HSL color Cylindrical-coordinate representation of color #6F29F0: hue angle of 261.11º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F29F0 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11141240-
CMYK0.540.8300.06
HSL261.11º86.9%55.1%-
HSV(B)261.11º82.92%94.12%-
XYZ23.0811.2683.39-
YUV84.62215.69146.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.32%
GREEN value IS 41 (16.41% from 255) = 10.46%
BLUE value IS 240 (94.14% from 255) = 61.22%
R=28.32%
G=10.46%
B=61.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111412400.540.8300.06261.1186.955.1
Hex6F29F03653061055737
Octal15751360661230640512767
Binary110111110100111110000110110101001101101000001011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F29F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,41,240); }

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

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

 a { background-color: rgb(111,41,240); }

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

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

 span { border-color: rgb(111,41,240); }

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