Html Css Color HEX #6D4FB5 Blue Marguerite

📋 copy color: '#6D4FB5'

red 109 ◦ green 79 ◦ blue 181

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

Shades of Blue Marguerite #6D4FB5

Tints of Blue Marguerite #6D4FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.05%

R = 29.54%
G = 21.41%
B = 49.05%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D4FB5 (or 0x6D4FB5) is known color: Blue Marguerite. HEX triplet: 6D, 4F and B5. RGB value is (109,79,181). Sum of RGB (Red+Green+Blue) = 109+79+181=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #6D4FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FB5 is #92B04A. Grayscale: #636363. Windows color (decimal): -9613387 or 11882349. OLE color: 11882349.

HSL color Cylindrical-coordinate representation of color #6D4FB5: hue angle of 257.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4FB5 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 79 181 -
CMYK 0.40 0.56 0 0.29
HSL 257.65º 0.41% 0.51% -
HSV(B) 257.65º 0.56% 0.71% -
XYZ 17.44 12.18 45.15 -
YUV 99.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 109 79 181 0.40 0.56 0 0.29 257.65 0.41 0.51
Hex 6D 4F B5 28 38 0 1D 102 29 33
Octal 155 117 265 50 70 0 35 402 51 63
Binary 1101101 1001111 10110101 101000 111000 0 11101 100000010 101001 110011

Color Harmonies of #6D4FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FB5

Black with #6D4FB5

Text Example


Text Example

White with #6D4FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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