#6D00BF

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

Shades of Dark Violet #6D00BF

Tints of Dark Violet #6D00BF

Color information

#6D00BF (or 0x6D00BF) is unknown color: approx Dark Violet. HEX triplet: 6D, 00 and BF. RGB value is (109,0,191). Sum of RGB (Red+Green+Blue) = 109+0+191=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D00BF is #92FF40. Grayscale: #353535. Windows color (decimal): -9633601 or 12517485. OLE color: 12517485.

HSL color Cylindrical-coordinate representation of color #6D00BF: hue angle of 274.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D00BF is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1090191-
CMYK0.43100.25
HSL274.24º100%37.45%-
HSV(B)274.24º100%74.9%-
XYZ15.717.0149.82-
YUV54.36205.11166.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 63.67%
R=36.33%
G=0%
B=63.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10901910.43100.25274.2410037.45
Hex6D0BF2B640191126425
Octal15502775314403142214445
Binary110110101011111110101111001000110011000100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,0,191); }

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

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

 a { background-color: rgb(109,0,191); }

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

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

 span { border-color: rgb(109,0,191); }

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