Html Css Color HEX #6D4999 Studio

📋 copy color: '#6D4999'

red 109 ◦ green 73 ◦ blue 153

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

Shades of Studio #6D4999

Tints of Studio #6D4999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 32.54%
G = 21.79%
B = 45.67%

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

#6D4999 (or 0x6D4999) is known color: Studio. HEX triplet: 6D, 49 and 99. RGB value is (109,73,153). Sum of RGB (Red+Green+Blue) = 109+73+153=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D4999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4999 is #92B666. Grayscale: #5C5C5C. Windows color (decimal): -9614951 or 10045805. OLE color: 10045805.

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

Color convert

RGB 109 73 153 -
CMYK 0.29 0.52 0 0.4
HSL 267º 0.35% 0.44% -
HSV(B) 267º 0.52% 0.6% -
XYZ 14.44 10.32 31.37 -
YUV 92.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 109 73 153 0.29 0.52 0 0.4 267 0.35 0.44
Hex 6D 49 99 1D 34 0 28 10B 23 2C
Octal 155 111 231 35 64 0 50 413 43 54
Binary 1101101 1001001 10011001 11101 110100 0 101000 100001011 100011 101100

Color Harmonies of #6D4999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4999

Black with #6D4999

Text Example


Text Example

White with #6D4999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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