Html Css Color HEX #6D4B9E Studio

📋 copy color: '#6D4B9E'

red 109 ◦ green 75 ◦ blue 158

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

Shades of Studio #6D4B9E

Tints of Studio #6D4B9E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 31.87%
G = 21.93%
B = 46.2%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D4B9E (or 0x6D4B9E) is known color: Studio. HEX triplet: 6D, 4B and 9E. RGB value is (109,75,158). Sum of RGB (Red+Green+Blue) = 109+75+158=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D4B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4B9E is #92B461. Grayscale: #5E5E5E. Windows color (decimal): -9614434 or 10373997. OLE color: 10373997.

HSL color Cylindrical-coordinate representation of color #6D4B9E: hue angle of 264.58º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D4B9E is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 75 158 -
CMYK 0.31 0.53 0 0.38
HSL 264.58º 0.36% 0.46% -
HSV(B) 264.58º 0.53% 0.62% -
XYZ 14.99 10.75 33.63 -
YUV 94.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 109 75 158 0.31 0.53 0 0.38 264.58 0.36 0.46
Hex 6D 4B 9E 1F 35 0 26 109 24 2E
Octal 155 113 236 37 65 0 46 411 44 56
Binary 1101101 1001011 10011110 11111 110101 0 100110 100001001 100100 101110

Color Harmonies of #6D4B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B9E

Black with #6D4B9E

Text Example


Text Example

White with #6D4B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,75,158); }

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

background-color css

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

 a { background-color: rgb(109,75,158); }

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

border-color css

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

 span { border-color: rgb(109,75,158); }

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