Html Css Color HEX #6D3CE6 Blue Violet

📋 copy color: '#6D3CE6'

red 109 ◦ green 60 ◦ blue 230

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

Shades of Blue Violet #6D3CE6

Tints of Blue Violet #6D3CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 57.64%

R = 27.32%
G = 15.04%
B = 57.64%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6D3CE6 (or 0x6D3CE6) is known color: Blue Violet. HEX triplet: 6D, 3C and E6. RGB value is (109,60,230). Sum of RGB (Red+Green+Blue) = 109+60+230=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #6D3CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D3CE6 is #92C319. Grayscale: #5D5D5D. Windows color (decimal): -9618202 or 15088749. OLE color: 15088749.

HSL color Cylindrical-coordinate representation of color #6D3CE6: hue angle of 257.29º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D3CE6 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 109 60 230 -
CMYK 0.53 0.74 0 0.10
HSL 257.29º 0.77% 0.57% -
HSV(B) 257.29º 0.74% 0.9% -
XYZ 22.21 12.2 76.05 -
YUV 94.03 204.73 138.68 -
System Red Green Blue C M Y K H S L
Decimal 109 60 230 0.53 0.74 0 0.10 257.29 0.77 0.57
Hex 6D 3C E6 35 4A 0 A 101 4D 39
Octal 155 74 346 65 112 0 12 401 115 71
Binary 1101101 111100 11100110 110101 1001010 0 1010 100000001 1001101 111001

Color Harmonies of #6D3CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CE6

Black with #6D3CE6

Text Example


Text Example

White with #6D3CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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