#6D2BEC

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

Shades of Blue Violet #6D2BEC

Tints of Blue Violet #6D2BEC

Color information

#6D2BEC (or 0x6D2BEC) is unknown color: approx Blue Violet. HEX triplet: 6D, 2B and EC. RGB value is (109,43,236). Sum of RGB (Red+Green+Blue) = 109+43+236=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D2BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2BEC is #92D413. Grayscale: #545454. Windows color (decimal): -9622548 or 15477613. OLE color: 15477613.

HSL color Cylindrical-coordinate representation of color #6D2BEC: hue angle of 260.52º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D2BEC is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10943236-
CMYK0.540.8200.07
HSL260.52º83.55%54.71%-
HSV(B)260.52º81.78%92.55%-
XYZ22.3111.0480.31-
YUV84.74213.37145.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.09%
GREEN value IS 43 (17.19% from 255) = 11.08%
BLUE value IS 236 (92.58% from 255) = 60.82%
R=28.09%
G=11.08%
B=60.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal109432360.540.8200.07260.5283.5554.71
Hex6D2BEC3652071055437
Octal15553354661220740512467
Binary110110110101111101100110110101001001111000001011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,43,236); }

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

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

 a { background-color: rgb(109,43,236); }

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

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

 span { border-color: rgb(109,43,236); }

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