Html Css Color HEX #6D4CBA Blue Marguerite

📋 copy color: '#6D4CBA'

red 109 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #6D4CBA

Tints of Blue Marguerite #6D4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 29.38%
G = 20.49%
B = 50.13%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D4CBA (or 0x6D4CBA) is known color: Blue Marguerite. HEX triplet: 6D, 4C and BA. RGB value is (109,76,186). Sum of RGB (Red+Green+Blue) = 109+76+186=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D4CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CBA is #92B345. Grayscale: #626262. Windows color (decimal): -9614150 or 12209261. OLE color: 12209261.

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

Color convert

RGB 109 76 186 -
CMYK 0.41 0.59 0 0.27
HSL 258º 0.44% 0.51% -
HSV(B) 258º 0.59% 0.73% -
XYZ 17.75 11.97 47.83 -
YUV 98.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 109 76 186 0.41 0.59 0 0.27 258 0.44 0.51
Hex 6D 4C BA 29 3B 0 1B 102 2C 33
Octal 155 114 272 51 73 0 33 402 54 63
Binary 1101101 1001100 10111010 101001 111011 0 11011 100000010 101100 110011

Color Harmonies of #6D4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CBA

Black with #6D4CBA

Text Example


Text Example

White with #6D4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,186); }

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

background-color css

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

 a { background-color: rgb(109,76,186); }

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

border-color css

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

 span { border-color: rgb(109,76,186); }

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