Html Css Color HEX #6D4D9B Studio

📋 copy color: '#6D4D9B'

red 109 ◦ green 77 ◦ blue 155

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

Shades of Studio #6D4D9B

Tints of Studio #6D4D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.58%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 31.96%
G = 22.58%
B = 45.45%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D4D9B (or 0x6D4D9B) is known color: Studio. HEX triplet: 6D, 4D and 9B. RGB value is (109,77,155). Sum of RGB (Red+Green+Blue) = 109+77+155=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D4D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4D9B is #92B264. Grayscale: #5F5F5F. Windows color (decimal): -9613925 or 10177901. OLE color: 10177901.

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

Color convert

RGB 109 77 155 -
CMYK 0.30 0.50 0 0.39
HSL 264.62º 0.34% 0.45% -
HSV(B) 264.62º 0.5% 0.61% -
XYZ 14.88 10.93 32.34 -
YUV 95.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 109 77 155 0.30 0.50 0 0.39 264.62 0.34 0.45
Hex 6D 4D 9B 1E 32 0 27 109 22 2D
Octal 155 115 233 36 62 0 47 411 42 55
Binary 1101101 1001101 10011011 11110 110010 0 100111 100001001 100010 101101

Color Harmonies of #6D4D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4D9B

Black with #6D4D9B

Text Example


Text Example

White with #6D4D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,77,155); }

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

background-color css

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

 a { background-color: rgb(109,77,155); }

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

border-color css

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

 span { border-color: rgb(109,77,155); }

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