Html Css Color HEX #6D3CE5 Blue Violet

📋 copy color: '#6D3CE5'

red 109 ◦ green 60 ◦ blue 229

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

Shades of Blue Violet #6D3CE5

Tints of Blue Violet #6D3CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.54%

R = 27.39%
G = 15.08%
B = 57.54%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6D3CE5 (or 0x6D3CE5) is known color: Blue Violet. HEX triplet: 6D, 3C and E5. RGB value is (109,60,229). Sum of RGB (Red+Green+Blue) = 109+60+229=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #6D3CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3CE5 is #92C31A. Grayscale: #5D5D5D. Windows color (decimal): -9618203 or 15023213. OLE color: 15023213.

HSL color Cylindrical-coordinate representation of color #6D3CE5: hue angle of 257.4º degrees, saturation: 0.76, 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 #6D3CE5 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 109 60 229 -
CMYK 0.52 0.74 0 0.10
HSL 257.4º 0.76% 0.57% -
HSV(B) 257.4º 0.74% 0.9% -
XYZ 22.07 12.14 75.31 -
YUV 93.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 109 60 229 0.52 0.74 0 0.10 257.4 0.76 0.57
Hex 6D 3C E5 34 4A 0 A 101 4C 39
Octal 155 74 345 64 112 0 12 401 114 71
Binary 1101101 111100 11100101 110100 1001010 0 1010 100000001 1001100 111001

Color Harmonies of #6D3CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3CE5

Black with #6D3CE5

Text Example


Text Example

White with #6D3CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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