Html Css Color HEX #6E4DAC Studio

📋 copy color: '#6E4DAC'

red 110 ◦ green 77 ◦ blue 172

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

Shades of Studio #6E4DAC

Tints of Studio #6E4DAC

RGB

 RED value IS 110 (43.36% from 255) = 30.64%

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

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

R = 30.64%
G = 21.45%
B = 47.91%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E4DAC (or 0x6E4DAC) is known color: Studio. HEX triplet: 6E, 4D and AC. RGB value is (110,77,172). Sum of RGB (Red+Green+Blue) = 110+77+172=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 77 (30.47% from 255 or 21.45% 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 #6E4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4DAC is #91B253. Grayscale: #616161. Windows color (decimal): -9548372 or 11292014. OLE color: 11292014.

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

Color convert

RGB 110 77 172 -
CMYK 0.36 0.55 0 0.33
HSL 260.84º 0.38% 0.49% -
HSV(B) 260.84º 0.55% 0.67% -
XYZ 16.53 11.6 40.4 -
YUV 97.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 110 77 172 0.36 0.55 0 0.33 260.84 0.38 0.49
Hex 6E 4D AC 24 37 0 21 105 26 31
Octal 156 115 254 44 67 0 41 405 46 61
Binary 1101110 1001101 10101100 100100 110111 0 100001 100000101 100110 110001

Color Harmonies of #6E4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4DAC

Black with #6E4DAC

Text Example


Text Example

White with #6E4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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