#6933E8

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

Shades of Blue Violet #6933E8

Tints of Blue Violet #6933E8

Color information

#6933E8 (or 0x6933E8) is unknown color: approx Blue Violet. HEX triplet: 69, 33 and E8. RGB value is (105,51,232). Sum of RGB (Red+Green+Blue) = 105+51+232=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 232 (91.02% from 255 or 59.79% from 388); Max value from RGB is 232 - color contains mainly: blue. Hex color #6933E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6933E8 is #96CC17. Grayscale: #575757. Windows color (decimal): -9882648 or 15217513. OLE color: 15217513.

HSL color Cylindrical-coordinate representation of color #6933E8: hue angle of 257.9º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6933E8 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10551232-
CMYK0.550.7800.09
HSL257.9º79.74%55.49%-
HSV(B)257.9º78.02%90.98%-
XYZ21.5811.277.37-
YUV87.78209.39140.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 51 (20.31% from 255) = 13.14%
BLUE value IS 232 (91.02% from 255) = 59.79%
R=27.06%
G=13.14%
B=59.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal105512320.550.7800.09257.979.7455.49
Hex6933E8374E091025037
Octal151633506711601140212067
Binary1101001110011111010001101111001110010011000000101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6933E8; }

 p { color: rgb(105,51,232); }

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

<style>
 a { background-color: #6933E8; }

 a { background-color: rgb(105,51,232); }

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

<style>
 span { border-color: #6933E8; }

 span { border-color: rgb(105,51,232); }

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