Html Css Color HEX #6D4DA4 Studio

📋 copy color: '#6D4DA4'

red 109 ◦ green 77 ◦ blue 164

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

Shades of Studio #6D4DA4

Tints of Studio #6D4DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 31.14%
G = 22%
B = 46.86%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6D4DA4 (or 0x6D4DA4) is known color: Studio. HEX triplet: 6D, 4D and A4. RGB value is (109,77,164). Sum of RGB (Red+Green+Blue) = 109+77+164=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D4DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4DA4 is #92B25B. Grayscale: #606060. Windows color (decimal): -9613916 or 10767725. OLE color: 10767725.

HSL color Cylindrical-coordinate representation of color #6D4DA4: hue angle of 262.07º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D4DA4 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 77 164 -
CMYK 0.34 0.53 0 0.36
HSL 262.07º 0.36% 0.47% -
HSV(B) 262.07º 0.53% 0.64% -
XYZ 15.66 11.24 36.47 -
YUV 96.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 109 77 164 0.34 0.53 0 0.36 262.07 0.36 0.47
Hex 6D 4D A4 22 35 0 24 106 24 2F
Octal 155 115 244 42 65 0 44 406 44 57
Binary 1101101 1001101 10100100 100010 110101 0 100100 100000110 100100 101111

Color Harmonies of #6D4DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DA4

Black with #6D4DA4

Text Example


Text Example

White with #6D4DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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