Html Css Color HEX #6D4DAC Studio

📋 copy color: '#6D4DAC'

red 109 ◦ green 77 ◦ blue 172

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

Shades of Studio #6D4DAC

Tints of Studio #6D4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

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

R = 30.45%
G = 21.51%
B = 48.04%

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

#6D4DAC (or 0x6D4DAC) is known color: Studio. HEX triplet: 6D, 4D and AC. RGB value is (109,77,172). Sum of RGB (Red+Green+Blue) = 109+77+172=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4DAC is #92B253. Grayscale: #616161. Windows color (decimal): -9613908 or 11292013. OLE color: 11292013.

HSL color Cylindrical-coordinate representation of color #6D4DAC: hue angle of 260.21º 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 #6D4DAC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 77 172 -
CMYK 0.37 0.55 0 0.33
HSL 260.21º 0.38% 0.49% -
HSV(B) 260.21º 0.55% 0.67% -
XYZ 16.41 11.54 40.39 -
YUV 97.4 170.1 136.28 -
System Red Green Blue C M Y K H S L
Decimal 109 77 172 0.37 0.55 0 0.33 260.21 0.38 0.49
Hex 6D 4D AC 25 37 0 21 104 26 31
Octal 155 115 254 45 67 0 41 404 46 61
Binary 1101101 1001101 10101100 100101 110111 0 100001 100000100 100110 110001

Color Harmonies of #6D4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DAC

Black with #6D4DAC

Text Example


Text Example

White with #6D4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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