#6B2CE3

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

Shades of Blue Violet #6B2CE3

Tints of Blue Violet #6B2CE3

Color information

#6B2CE3 (or 0x6B2CE3) is unknown color: approx Blue Violet. HEX triplet: 6B, 2C and E3. RGB value is (107,44,227). Sum of RGB (Red+Green+Blue) = 107+44+227=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 227 (89.06% from 255 or 60.05% from 378); Max value from RGB is 227 - color contains mainly: blue. Hex color #6B2CE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2CE3 is #94D31C. Grayscale: #535353. Windows color (decimal): -9753373 or 14888043. OLE color: 14888043.

HSL color Cylindrical-coordinate representation of color #6B2CE3: hue angle of 260.66º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B2CE3 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10744227-
CMYK0.530.8100.11
HSL260.66º76.57%53.14%-
HSV(B)260.66º80.62%89.02%-
XYZ20.8310.4773.6-
YUV83.7208.87144.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 44 (17.58% from 255) = 11.64%
BLUE value IS 227 (89.06% from 255) = 60.05%
R=28.31%
G=11.64%
B=60.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal107442270.530.8100.11260.6676.5753.14
Hex6B2CE335510B1054d35
Octal153543436512101340511565
Binary1101011101100111000111101011010001010111000001011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,44,227); }

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

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

 a { background-color: rgb(107,44,227); }

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

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

 span { border-color: rgb(107,44,227); }

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