Html Css Color HEX #6D3CEB Blue Violet

📋 copy color: '#6D3CEB'

red 109 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #6D3CEB

Tints of Blue Violet #6D3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

 BLUE value IS 235 (92.19% from 255) = 58.17%

R = 26.98%
G = 14.85%
B = 58.17%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D3CEB (or 0x6D3CEB) is known color: Blue Violet. HEX triplet: 6D, 3C and EB. RGB value is (109,60,235). Sum of RGB (Red+Green+Blue) = 109+60+235=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D3CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3CEB is #92C314. Grayscale: #5D5D5D. Windows color (decimal): -9618197 or 15416429. OLE color: 15416429.

HSL color Cylindrical-coordinate representation of color #6D3CEB: hue angle of 256.8º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D3CEB is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 60 235 -
CMYK 0.54 0.74 0 0.08
HSL 256.8º 0.81% 0.58% -
HSV(B) 256.8º 0.74% 0.92% -
XYZ 22.92 12.48 79.8 -
YUV 94.6 207.23 138.27 -
System Red Green Blue C M Y K H S L
Decimal 109 60 235 0.54 0.74 0 0.08 256.8 0.81 0.58
Hex 6D 3C EB 36 4A 0 8 101 51 3A
Octal 155 74 353 66 112 0 10 401 121 72
Binary 1101101 111100 11101011 110110 1001010 0 1000 100000001 1010001 111010

Color Harmonies of #6D3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CEB

Black with #6D3CEB

Text Example


Text Example

White with #6D3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,60,235); }

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

background-color css

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

 a { background-color: rgb(109,60,235); }

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

border-color css

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

 span { border-color: rgb(109,60,235); }

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