Html Css Color HEX #6D4DAE Studio

📋 copy color: '#6D4DAE'

red 109 ◦ green 77 ◦ blue 174

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

Shades of Studio #6D4DAE

Tints of Studio #6D4DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 30.28%
G = 21.39%
B = 48.33%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D4DAE (or 0x6D4DAE) is known color: Studio. HEX triplet: 6D, 4D and AE. RGB value is (109,77,174). Sum of RGB (Red+Green+Blue) = 109+77+174=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4DAE is #92B251. Grayscale: #616161. Windows color (decimal): -9613906 or 11423085. OLE color: 11423085.

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

Color convert

RGB 109 77 174 -
CMYK 0.37 0.56 0 0.32
HSL 259.79º 0.39% 0.49% -
HSV(B) 259.79º 0.56% 0.68% -
XYZ 16.6 11.61 41.41 -
YUV 97.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 109 77 174 0.37 0.56 0 0.32 259.79 0.39 0.49
Hex 6D 4D AE 25 38 0 20 104 27 31
Octal 155 115 256 45 70 0 40 404 47 61
Binary 1101101 1001101 10101110 100101 111000 0 100000 100000100 100111 110001

Color Harmonies of #6D4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DAE

Black with #6D4DAE

Text Example


Text Example

White with #6D4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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