Html Css Color HEX #6D4DBF Blue Marguerite

📋 copy color: '#6D4DBF'

red 109 ◦ green 77 ◦ blue 191

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

Shades of Blue Marguerite #6D4DBF

Tints of Blue Marguerite #6D4DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 28.91%
G = 20.42%
B = 50.66%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D4DBF (or 0x6D4DBF) is known color: Blue Marguerite. HEX triplet: 6D, 4D and BF. RGB value is (109,77,191). Sum of RGB (Red+Green+Blue) = 109+77+191=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DBF is #92B240. Grayscale: #636363. Windows color (decimal): -9613889 or 12537197. OLE color: 12537197.

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

Color convert

RGB 109 77 191 -
CMYK 0.43 0.60 0 0.25
HSL 256.84º 0.47% 0.53% -
HSV(B) 256.84º 0.6% 0.75% -
XYZ 18.36 12.32 50.7 -
YUV 99.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 109 77 191 0.43 0.60 0 0.25 256.84 0.47 0.53
Hex 6D 4D BF 2B 3C 0 19 101 2F 35
Octal 155 115 277 53 74 0 31 401 57 65
Binary 1101101 1001101 10111111 101011 111100 0 11001 100000001 101111 110101

Color Harmonies of #6D4DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DBF

Black with #6D4DBF

Text Example


Text Example

White with #6D4DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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