Html Css Color HEX #6D4E96 Studio

📋 copy color: '#6D4E96'

red 109 ◦ green 78 ◦ blue 150

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

Shades of Studio #6D4E96

Tints of Studio #6D4E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

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

R = 32.34%
G = 23.15%
B = 44.51%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D4E96 (or 0x6D4E96) is known color: Studio. HEX triplet: 6D, 4E and 96. RGB value is (109,78,150). Sum of RGB (Red+Green+Blue) = 109+78+150=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D4E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4E96 is #92B169. Grayscale: #5F5F5F. Windows color (decimal): -9613674 or 9850477. OLE color: 9850477.

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

Color convert

RGB 109 78 150 -
CMYK 0.27 0.48 0 0.41
HSL 265.83º 0.32% 0.45% -
HSV(B) 265.83º 0.48% 0.59% -
XYZ 14.54 10.9 30.19 -
YUV 95.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 109 78 150 0.27 0.48 0 0.41 265.83 0.32 0.45
Hex 6D 4E 96 1B 30 0 29 10A 20 2D
Octal 155 116 226 33 60 0 51 412 40 55
Binary 1101101 1001110 10010110 11011 110000 0 101001 100001010 100000 101101

Color Harmonies of #6D4E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4E96

Black with #6D4E96

Text Example


Text Example

White with #6D4E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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