Html Css Color HEX #6D4C99 Studio

📋 copy color: '#6D4C99'

red 109 ◦ green 76 ◦ blue 153

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

Shades of Studio #6D4C99

Tints of Studio #6D4C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 32.25%
G = 22.49%
B = 45.27%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D4C99 (or 0x6D4C99) is known color: Studio. HEX triplet: 6D, 4C and 99. RGB value is (109,76,153). Sum of RGB (Red+Green+Blue) = 109+76+153=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D4C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4C99 is #92B366. Grayscale: #5E5E5E. Windows color (decimal): -9614183 or 10046573. OLE color: 10046573.

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

Color convert

RGB 109 76 153 -
CMYK 0.29 0.50 0 0.4
HSL 265.71º 0.34% 0.45% -
HSV(B) 265.71º 0.5% 0.6% -
XYZ 14.64 10.72 31.43 -
YUV 94.65 160.93 138.24 -
System Red Green Blue C M Y K H S L
Decimal 109 76 153 0.29 0.50 0 0.4 265.71 0.34 0.45
Hex 6D 4C 99 1D 32 0 28 10A 22 2D
Octal 155 114 231 35 62 0 50 412 42 55
Binary 1101101 1001100 10011001 11101 110010 0 101000 100001010 100010 101101

Color Harmonies of #6D4C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C99

Black with #6D4C99

Text Example


Text Example

White with #6D4C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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