Html Css Color HEX #6D4ABA Blue Marguerite

📋 copy color: '#6D4ABA'

red 109 ◦ green 74 ◦ blue 186

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

Shades of Blue Marguerite #6D4ABA

Tints of Blue Marguerite #6D4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.05%

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

R = 29.54%
G = 20.05%
B = 50.41%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D4ABA (or 0x6D4ABA) is known color: Blue Marguerite. HEX triplet: 6D, 4A and BA. RGB value is (109,74,186). Sum of RGB (Red+Green+Blue) = 109+74+186=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D4ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4ABA is #92B545. Grayscale: #606060. Windows color (decimal): -9614662 or 12208749. OLE color: 12208749.

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

Color convert

RGB 109 74 186 -
CMYK 0.41 0.60 0 0.27
HSL 258.75º 0.45% 0.51% -
HSV(B) 258.75º 0.6% 0.73% -
XYZ 17.62 11.69 47.78 -
YUV 97.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 109 74 186 0.41 0.60 0 0.27 258.75 0.45 0.51
Hex 6D 4A BA 29 3C 0 1B 103 2D 33
Octal 155 112 272 51 74 0 33 403 55 63
Binary 1101101 1001010 10111010 101001 111100 0 11011 100000011 101101 110011

Color Harmonies of #6D4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4ABA

Black with #6D4ABA

Text Example


Text Example

White with #6D4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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