Html Css Color HEX #6D4DBB Blue Marguerite

📋 copy color: '#6D4DBB'

red 109 ◦ green 77 ◦ blue 187

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

Shades of Blue Marguerite #6D4DBB

Tints of Blue Marguerite #6D4DBB

RGB

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

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

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

R = 29.22%
G = 20.64%
B = 50.13%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D4DBB (or 0x6D4DBB) is known color: Blue Marguerite. HEX triplet: 6D, 4D and BB. RGB value is (109,77,187). Sum of RGB (Red+Green+Blue) = 109+77+187=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D4DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4DBB is #92B244. Grayscale: #626262. Windows color (decimal): -9613893 or 12275053. OLE color: 12275053.

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

Color convert

RGB 109 77 187 -
CMYK 0.42 0.59 0 0.27
HSL 257.45º 0.45% 0.52% -
HSV(B) 257.45º 0.59% 0.73% -
XYZ 17.93 12.15 48.41 -
YUV 99.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 109 77 187 0.42 0.59 0 0.27 257.45 0.45 0.52
Hex 6D 4D BB 2A 3B 0 1B 101 2D 34
Octal 155 115 273 52 73 0 33 401 55 64
Binary 1101101 1001101 10111011 101010 111011 0 11011 100000001 101101 110100

Color Harmonies of #6D4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4DBB

Black with #6D4DBB

Text Example


Text Example

White with #6D4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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