#6F39EF

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

Shades of Blue Violet #6F39EF

Tints of Blue Violet #6F39EF

Color information

#6F39EF (or 0x6F39EF) is unknown color: approx Blue Violet. HEX triplet: 6F, 39 and EF. RGB value is (111,57,239). Sum of RGB (Red+Green+Blue) = 111+57+239=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F39EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F39EF is #90C610. Grayscale: #5D5D5D. Windows color (decimal): -9487889 or 15677807. OLE color: 15677807.

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

Color convert

RGB11157239-
CMYK0.540.7600.06
HSL257.8º85.05%58.04%-
HSV(B)257.8º76.15%93.73%-
XYZ23.612.5482.84-
YUV93.89209.89140.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.27%
GREEN value IS 57 (22.66% from 255) = 14.00%
BLUE value IS 239 (93.75% from 255) = 58.72%
R=27.27%
G=14.00%
B=58.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal111572390.540.7600.06257.885.0558.04
Hex6F39EF364C06102553a
Octal15771357661140640212572
Binary110111111100111101111110110100110001101000000101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F39EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,57,239); }

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

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

 a { background-color: rgb(111,57,239); }

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

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

 span { border-color: rgb(111,57,239); }

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