Html Css Color HEX #6D4E93 Studio

📋 copy color: '#6D4E93'

red 109 ◦ green 78 ◦ blue 147

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

Shades of Studio #6D4E93

Tints of Studio #6D4E93

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.35%

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 32.63%
G = 23.35%
B = 44.01%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D4E93 (or 0x6D4E93) is known color: Studio. HEX triplet: 6D, 4E and 93. RGB value is (109,78,147). Sum of RGB (Red+Green+Blue) = 109+78+147=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D4E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4E93 is #92B16C. Grayscale: #5E5E5E. Windows color (decimal): -9613677 or 9653869. OLE color: 9653869.

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

Color convert

RGB 109 78 147 -
CMYK 0.26 0.47 0 0.42
HSL 266.96º 0.31% 0.44% -
HSV(B) 266.96º 0.47% 0.58% -
XYZ 14.3 10.81 28.94 -
YUV 95.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 109 78 147 0.26 0.47 0 0.42 266.96 0.31 0.44
Hex 6D 4E 93 1A 2F 0 2A 10B 1F 2C
Octal 155 116 223 32 57 0 52 413 37 54
Binary 1101101 1001110 10010011 11010 101111 0 101010 100001011 11111 101100

Color Harmonies of #6D4E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4E93

Black with #6D4E93

Text Example


Text Example

White with #6D4E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,147); }

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

background-color css

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

 a { background-color: rgb(109,78,147); }

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

border-color css

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

 span { border-color: rgb(109,78,147); }

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