Html Css Color HEX #6D4EAC Studio

📋 copy color: '#6D4EAC'

red 109 ◦ green 78 ◦ blue 172

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

Shades of Studio #6D4EAC

Tints of Studio #6D4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.73%

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 30.36%
G = 21.73%
B = 47.91%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D4EAC (or 0x6D4EAC) is known color: Studio. HEX triplet: 6D, 4E and AC. RGB value is (109,78,172). Sum of RGB (Red+Green+Blue) = 109+78+172=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D4EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4EAC is #92B153. Grayscale: #616161. Windows color (decimal): -9613652 or 11292269. OLE color: 11292269.

HSL color Cylindrical-coordinate representation of color #6D4EAC: hue angle of 259.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4EAC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 78 172 -
CMYK 0.37 0.55 0 0.33
HSL 259.79º 0.38% 0.49% -
HSV(B) 259.79º 0.55% 0.67% -
XYZ 16.48 11.68 40.42 -
YUV 97.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 109 78 172 0.37 0.55 0 0.33 259.79 0.38 0.49
Hex 6D 4E AC 25 37 0 21 104 26 31
Octal 155 116 254 45 67 0 41 404 46 61
Binary 1101101 1001110 10101100 100101 110111 0 100001 100000100 100110 110001

Color Harmonies of #6D4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4EAC

Black with #6D4EAC

Text Example


Text Example

White with #6D4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,172); }

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

background-color css

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

 a { background-color: rgb(109,78,172); }

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

border-color css

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

 span { border-color: rgb(109,78,172); }

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