Html Css Color HEX #6D4794 Studio

📋 copy color: '#6D4794'

red 109 ◦ green 71 ◦ blue 148

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

Shades of Studio #6D4794

Tints of Studio #6D4794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.65%

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 33.23%
G = 21.65%
B = 45.12%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D4794 (or 0x6D4794) is known color: Studio. HEX triplet: 6D, 47 and 94. RGB value is (109,71,148). Sum of RGB (Red+Green+Blue) = 109+71+148=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D4794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4794 is #92B86B. Grayscale: #5A5A5A. Windows color (decimal): -9615468 or 9717613. OLE color: 9717613.

HSL color Cylindrical-coordinate representation of color #6D4794: hue angle of 269.61º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4794 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 71 148 -
CMYK 0.26 0.52 0 0.42
HSL 269.61º 0.35% 0.43% -
HSV(B) 269.61º 0.52% 0.58% -
XYZ 13.91 9.9 29.19 -
YUV 91.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 109 71 148 0.26 0.52 0 0.42 269.61 0.35 0.43
Hex 6D 47 94 1A 34 0 2A 10E 23 2B
Octal 155 107 224 32 64 0 52 416 43 53
Binary 1101101 1000111 10010100 11010 110100 0 101010 100001110 100011 101011

Color Harmonies of #6D4794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4794

Black with #6D4794

Text Example


Text Example

White with #6D4794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,71,148); }

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

background-color css

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

 a { background-color: rgb(109,71,148); }

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

border-color css

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

 span { border-color: rgb(109,71,148); }

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