#6D38E8

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

Shades of Blue Violet #6D38E8

Tints of Blue Violet #6D38E8

Color information

#6D38E8 (or 0x6D38E8) is unknown color: approx Blue Violet. HEX triplet: 6D, 38 and E8. RGB value is (109,56,232). Sum of RGB (Red+Green+Blue) = 109+56+232=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 232 (91.02% from 255 or 58.44% from 397); Max value from RGB is 232 - color contains mainly: blue. Hex color #6D38E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D38E8 is #92C717. Grayscale: #5B5B5B. Windows color (decimal): -9619224 or 15218797. OLE color: 15218797.

HSL color Cylindrical-coordinate representation of color #6D38E8: hue angle of 258.07º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D38E8 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10956232-
CMYK0.530.7600.09
HSL258.07º79.28%56.47%-
HSV(B)258.07º75.86%90.98%-
XYZ22.2911.9177.47-
YUV91.91207.06140.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.46%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 232 (91.02% from 255) = 58.44%
R=27.46%
G=14.11%
B=58.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal109562320.530.7600.09258.0779.2856.47
Hex6D38E8354C091024f38
Octal155703506511401140211770
Binary1101101111000111010001101011001100010011000000101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D38E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,56,232); }

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

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

 a { background-color: rgb(109,56,232); }

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

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

 span { border-color: rgb(109,56,232); }

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