#6E04BF

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

Shades of Dark Violet #6E04BF

Tints of Dark Violet #6E04BF

Color information

#6E04BF (or 0x6E04BF) is unknown color: approx Dark Violet. HEX triplet: 6E, 04 and BF. RGB value is (110,4,191). Sum of RGB (Red+Green+Blue) = 110+4+191=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E04BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E04BF is #91FB40. Grayscale: #383838. Windows color (decimal): -9567041 or 12518510. OLE color: 12518510.

HSL color Cylindrical-coordinate representation of color #6E04BF: hue angle of 274.01º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E04BF is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1104191-
CMYK0.420.9800.25
HSL274.01º95.9%38.24%-
HSV(B)274.01º97.91%74.9%-
XYZ15.887.1649.84-
YUV57.01203.62165.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 191 (75% from 255) = 62.62%
R=36.07%
G=1.31%
B=62.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11041910.420.9800.25274.0195.938.24
Hex6E4BF2A620191126026
Octal15642775214203142214046
Binary11011101001011111110101011000100110011000100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E04BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,4,191); }

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

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

 a { background-color: rgb(110,4,191); }

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

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

 span { border-color: rgb(110,4,191); }

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