Html Css Color HEX #6D4B9F Studio

📋 copy color: '#6D4B9F'

red 109 ◦ green 75 ◦ blue 159

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

Shades of Studio #6D4B9F

Tints of Studio #6D4B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.36%

R = 31.78%
G = 21.87%
B = 46.36%

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

#6D4B9F (or 0x6D4B9F) is known color: Studio. HEX triplet: 6D, 4B and 9F. RGB value is (109,75,159). Sum of RGB (Red+Green+Blue) = 109+75+159=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D4B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4B9F is #92B460. Grayscale: #5E5E5E. Windows color (decimal): -9614433 or 10439533. OLE color: 10439533.

HSL color Cylindrical-coordinate representation of color #6D4B9F: hue angle of 264.29º 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 #6D4B9F is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 75 159 -
CMYK 0.31 0.53 0 0.38
HSL 264.29º 0.36% 0.46% -
HSV(B) 264.29º 0.53% 0.62% -
XYZ 15.08 10.79 34.09 -
YUV 94.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 109 75 159 0.31 0.53 0 0.38 264.29 0.36 0.46
Hex 6D 4B 9F 1F 35 0 26 108 24 2E
Octal 155 113 237 37 65 0 46 410 44 56
Binary 1101101 1001011 10011111 11111 110101 0 100110 100001000 100100 101110

Color Harmonies of #6D4B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B9F

Black with #6D4B9F

Text Example


Text Example

White with #6D4B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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