#6C37F1

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

Shades of Blue Violet #6C37F1

Tints of Blue Violet #6C37F1

Color information

#6C37F1 (or 0x6C37F1) is unknown color: approx Blue Violet. HEX triplet: 6C, 37 and F1. RGB value is (108,55,241). Sum of RGB (Red+Green+Blue) = 108+55+241=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 55 (21.88% from 255 or 13.61% 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 #6C37F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C37F1 is #93C80E. Grayscale: #5B5B5B. Windows color (decimal): -9685007 or 15808364. OLE color: 15808364.

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

Color convert

RGB10855241-
CMYK0.550.7700.05
HSL257.1º86.92%58.04%-
HSV(B)257.1º77.18%94.51%-
XYZ23.4312.2784.35-
YUV92.05212.06139.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.73%
GREEN value IS 55 (21.88% from 255) = 13.61%
BLUE value IS 241 (94.53% from 255) = 59.65%
R=26.73%
G=13.61%
B=59.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal108552410.550.7700.05257.186.9258.04
Hex6C37F1374D05101573a
Octal15467361671150540112772
Binary110110011011111110001110111100110101011000000011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C37F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,241); }

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

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

 a { background-color: rgb(108,55,241); }

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

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

 span { border-color: rgb(108,55,241); }

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