#6F3FF0

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

Shades of Blue Violet #6F3FF0

Tints of Blue Violet #6F3FF0

Color information

#6F3FF0 (or 0x6F3FF0) is unknown color: approx Blue Violet. HEX triplet: 6F, 3F and F0. RGB value is (111,63,240). Sum of RGB (Red+Green+Blue) = 111+63+240=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #6F3FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3FF0 is #90C00F. Grayscale: #606060. Windows color (decimal): -9486352 or 15744879. OLE color: 15744879.

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

Color convert

RGB11163240-
CMYK0.540.7400.06
HSL256.27º85.51%59.41%-
HSV(B)256.27º73.75%94.12%-
XYZ24.0613.2383.72-
YUV97.53208.4137.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 63 (25% from 255) = 15.22%
BLUE value IS 240 (94.14% from 255) = 57.97%
R=26.81%
G=15.22%
B=57.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111632400.540.7400.06256.2785.5159.41
Hex6F3FF0364A06100563b
Octal15777360661120640012673
Binary110111111111111110000110110100101001101000000001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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