#6D36F1

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

Shades of Blue Violet #6D36F1

Tints of Blue Violet #6D36F1

Color information

#6D36F1 (or 0x6D36F1) is unknown color: approx Blue Violet. HEX triplet: 6D, 36 and F1. RGB value is (109,54,241). Sum of RGB (Red+Green+Blue) = 109+54+241=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D36F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D36F1 is #92C90E. Grayscale: #5B5B5B. Windows color (decimal): -9619727 or 15808109. OLE color: 15808109.

HSL color Cylindrical-coordinate representation of color #6D36F1: hue angle of 257.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D36F1 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10954241-
CMYK0.550.7800.05
HSL257.65º86.98%57.84%-
HSV(B)257.65º77.59%94.51%-
XYZ23.512.2484.34-
YUV91.76212.22140.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 54 (21.48% from 255) = 13.37%
BLUE value IS 241 (94.53% from 255) = 59.65%
R=26.98%
G=13.37%
B=59.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal109542410.550.7800.05257.6586.9857.84
Hex6D36F1374E05102573a
Octal15566361671160540212772
Binary110110111011011110001110111100111001011000000101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D36F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,241); }

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

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

 a { background-color: rgb(109,54,241); }

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

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

 span { border-color: rgb(109,54,241); }

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