Html Css Color HEX #6D4F9B Studio

📋 copy color: '#6D4F9B'

red 109 ◦ green 79 ◦ blue 155

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

Shades of Studio #6D4F9B

Tints of Studio #6D4F9B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

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

R = 31.78%
G = 23.03%
B = 45.19%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D4F9B (or 0x6D4F9B) is known color: Studio. HEX triplet: 6D, 4F and 9B. RGB value is (109,79,155). Sum of RGB (Red+Green+Blue) = 109+79+155=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D4F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4F9B is #92B064. Grayscale: #606060. Windows color (decimal): -9613413 or 10178413. OLE color: 10178413.

HSL color Cylindrical-coordinate representation of color #6D4F9B: hue angle of 263.68º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D4F9B is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 79 155 -
CMYK 0.30 0.49 0 0.39
HSL 263.68º 0.32% 0.46% -
HSV(B) 263.68º 0.49% 0.61% -
XYZ 15.02 11.21 32.38 -
YUV 96.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 109 79 155 0.30 0.49 0 0.39 263.68 0.32 0.46
Hex 6D 4F 9B 1E 31 0 27 108 20 2E
Octal 155 117 233 36 61 0 47 410 40 56
Binary 1101101 1001111 10011011 11110 110001 0 100111 100001000 100000 101110

Color Harmonies of #6D4F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F9B

Black with #6D4F9B

Text Example


Text Example

White with #6D4F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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