Html Css Color HEX #6D4DBE Blue Marguerite

📋 copy color: '#6D4DBE'

red 109 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #6D4DBE

Tints of Blue Marguerite #6D4DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 28.99%
G = 20.48%
B = 50.53%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D4DBE (or 0x6D4DBE) is known color: Blue Marguerite. HEX triplet: 6D, 4D and BE. RGB value is (109,77,190). Sum of RGB (Red+Green+Blue) = 109+77+190=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DBE is #92B241. Grayscale: #636363. Windows color (decimal): -9613890 or 12471661. OLE color: 12471661.

HSL color Cylindrical-coordinate representation of color #6D4DBE: hue angle of 256.99º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D4DBE is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 77 190 -
CMYK 0.43 0.59 0 0.25
HSL 256.99º 0.47% 0.52% -
HSV(B) 256.99º 0.59% 0.75% -
XYZ 18.25 12.28 50.12 -
YUV 99.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 109 77 190 0.43 0.59 0 0.25 256.99 0.47 0.52
Hex 6D 4D BE 2B 3B 0 19 101 2F 34
Octal 155 115 276 53 73 0 31 401 57 64
Binary 1101101 1001101 10111110 101011 111011 0 11001 100000001 101111 110100

Color Harmonies of #6D4DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DBE

Black with #6D4DBE

Text Example


Text Example

White with #6D4DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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