Html Css Color HEX #6D3DEF Blue Violet

📋 copy color: '#6D3DEF'

red 109 ◦ green 61 ◦ blue 239

#6D3DEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #6D3DEF

Tints of Blue Violet #6D3DEF

RGB

 RED value IS 109 (42.97% from 255) = 26.65%

 GREEN value IS 61 (24.22% from 255) = 14.91%

 BLUE value IS 239 (93.75% from 255) = 58.44%

R = 26.65%
G = 14.91%
B = 58.44%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D3DEF (or 0x6D3DEF) is known color: Blue Violet. HEX triplet: 6D, 3D and EF. RGB value is (109,61,239). Sum of RGB (Red+Green+Blue) = 109+61+239=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D3DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3DEF is #92C210. Grayscale: #5E5E5E. Windows color (decimal): -9617937 or 15678829. OLE color: 15678829.

HSL color Cylindrical-coordinate representation of color #6D3DEF: hue angle of 256.18º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D3DEF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 61 239 -
CMYK 0.54 0.74 0 0.06
HSL 256.18º 0.85% 0.59% -
HSV(B) 256.18º 0.74% 0.94% -
XYZ 23.56 12.82 82.89 -
YUV 95.64 208.9 137.53 -
System Red Green Blue C M Y K H S L
Decimal 109 61 239 0.54 0.74 0 0.06 256.18 0.85 0.59
Hex 6D 3D EF 36 4A 0 6 100 55 3B
Octal 155 75 357 66 112 0 6 400 125 73
Binary 1101101 111101 11101111 110110 1001010 0 110 100000000 1010101 111011

Color Harmonies of #6D3DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3DEF

Black with #6D3DEF

Text Example


Text Example

White with #6D3DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,61,239); }

 H1.HeaderClassName
 {
   color: #6D3DEF;
 }
 .AnyTagClassName
 {
   color: #6D3DEF;
 }
</style>

background-color css

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

 a { background-color: rgb(109,61,239); }

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

border-color css

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

 span { border-color: rgb(109,61,239); }

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