Html Css Color HEX #6D4EBB Blue Marguerite

📋 copy color: '#6D4EBB'

red 109 ◦ green 78 ◦ blue 187

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

Shades of Blue Marguerite #6D4EBB

Tints of Blue Marguerite #6D4EBB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

 BLUE value IS 187 (73.44% from 255) = 50%

R = 29.14%
G = 20.86%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D4EBB (or 0x6D4EBB) is known color: Blue Marguerite. HEX triplet: 6D, 4E and BB. RGB value is (109,78,187). Sum of RGB (Red+Green+Blue) = 109+78+187=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D4EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4EBB is #92B144. Grayscale: #636363. Windows color (decimal): -9613637 or 12275309. OLE color: 12275309.

HSL color Cylindrical-coordinate representation of color #6D4EBB: hue angle of 257.06º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D4EBB is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 78 187 -
CMYK 0.42 0.58 0 0.27
HSL 257.06º 0.44% 0.52% -
HSV(B) 257.06º 0.58% 0.73% -
XYZ 18 12.29 48.44 -
YUV 99.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 109 78 187 0.42 0.58 0 0.27 257.06 0.44 0.52
Hex 6D 4E BB 2A 3A 0 1B 101 2C 34
Octal 155 116 273 52 72 0 33 401 54 64
Binary 1101101 1001110 10111011 101010 111010 0 11011 100000001 101100 110100

Color Harmonies of #6D4EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4EBB

Black with #6D4EBB

Text Example


Text Example

White with #6D4EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,187); }

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

background-color css

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

 a { background-color: rgb(109,78,187); }

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

border-color css

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

 span { border-color: rgb(109,78,187); }

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