Html Css Color HEX #6D4A99 Studio

📋 copy color: '#6D4A99'

red 109 ◦ green 74 ◦ blue 153

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

Shades of Studio #6D4A99

Tints of Studio #6D4A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 32.44%
G = 22.02%
B = 45.54%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D4A99 (or 0x6D4A99) is known color: Studio. HEX triplet: 6D, 4A and 99. RGB value is (109,74,153). Sum of RGB (Red+Green+Blue) = 109+74+153=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D4A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4A99 is #92B566. Grayscale: #5D5D5D. Windows color (decimal): -9614695 or 10046061. OLE color: 10046061.

HSL color Cylindrical-coordinate representation of color #6D4A99: hue angle of 266.58º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4A99 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 74 153 -
CMYK 0.29 0.52 0 0.4
HSL 266.58º 0.35% 0.45% -
HSV(B) 266.58º 0.52% 0.6% -
XYZ 14.51 10.45 31.39 -
YUV 93.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 109 74 153 0.29 0.52 0 0.4 266.58 0.35 0.45
Hex 6D 4A 99 1D 34 0 28 10B 23 2D
Octal 155 112 231 35 64 0 50 413 43 55
Binary 1101101 1001010 10011001 11101 110100 0 101000 100001011 100011 101101

Color Harmonies of #6D4A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A99

Black with #6D4A99

Text Example


Text Example

White with #6D4A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,153); }

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

background-color css

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

 a { background-color: rgb(109,74,153); }

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

border-color css

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

 span { border-color: rgb(109,74,153); }

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