Html Css Color HEX #6D4D92 Studio

📋 copy color: '#6D4D92'

red 109 ◦ green 77 ◦ blue 146

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

Shades of Studio #6D4D92

Tints of Studio #6D4D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.98%

R = 32.83%
G = 23.19%
B = 43.98%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D4D92 (or 0x6D4D92) is known color: Studio. HEX triplet: 6D, 4D and 92. RGB value is (109,77,146). Sum of RGB (Red+Green+Blue) = 109+77+146=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D4D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4D92 is #92B26D. Grayscale: #5E5E5E. Windows color (decimal): -9613934 or 9588077. OLE color: 9588077.

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

Color convert

RGB 109 77 146 -
CMYK 0.25 0.47 0 0.43
HSL 267.83º 0.31% 0.44% -
HSV(B) 267.83º 0.47% 0.57% -
XYZ 14.15 10.63 28.5 -
YUV 94.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 109 77 146 0.25 0.47 0 0.43 267.83 0.31 0.44
Hex 6D 4D 92 19 2F 0 2B 10C 1F 2C
Octal 155 115 222 31 57 0 53 414 37 54
Binary 1101101 1001101 10010010 11001 101111 0 101011 100001100 11111 101100

Color Harmonies of #6D4D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4D92

Black with #6D4D92

Text Example


Text Example

White with #6D4D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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