Html Css Color HEX #6D4996 Studio

📋 copy color: '#6D4996'

red 109 ◦ green 73 ◦ blue 150

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

Shades of Studio #6D4996

Tints of Studio #6D4996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 32.83%
G = 21.99%
B = 45.18%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D4996 (or 0x6D4996) is known color: Studio. HEX triplet: 6D, 49 and 96. RGB value is (109,73,150). Sum of RGB (Red+Green+Blue) = 109+73+150=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D4996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4996 is #92B669. Grayscale: #5C5C5C. Windows color (decimal): -9614954 or 9849197. OLE color: 9849197.

HSL color Cylindrical-coordinate representation of color #6D4996: hue angle of 268.05º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D4996 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 73 150 -
CMYK 0.27 0.51 0 0.41
HSL 268.05º 0.35% 0.44% -
HSV(B) 268.05º 0.51% 0.59% -
XYZ 14.19 10.22 30.08 -
YUV 92.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 109 73 150 0.27 0.51 0 0.41 268.05 0.35 0.44
Hex 6D 49 96 1B 33 0 29 10C 23 2C
Octal 155 111 226 33 63 0 51 414 43 54
Binary 1101101 1001001 10010110 11011 110011 0 101001 100001100 100011 101100

Color Harmonies of #6D4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4996

Black with #6D4996

Text Example


Text Example

White with #6D4996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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