Html Css Color HEX #6D5AAC Blue Marguerite

📋 copy color: '#6D5AAC'

red 109 ◦ green 90 ◦ blue 172

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

Shades of Blue Marguerite #6D5AAC

Tints of Blue Marguerite #6D5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 29.38%
G = 24.26%
B = 46.36%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D5AAC (or 0x6D5AAC) is known color: Blue Marguerite. HEX triplet: 6D, 5A and AC. RGB value is (109,90,172). Sum of RGB (Red+Green+Blue) = 109+90+172=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5AAC is #92A553. Grayscale: #686868. Windows color (decimal): -9610580 or 11295341. OLE color: 11295341.

HSL color Cylindrical-coordinate representation of color #6D5AAC: hue angle of 253.9º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D5AAC is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 90 172 -
CMYK 0.37 0.48 0 0.33
HSL 253.9º 0.33% 0.51% -
HSV(B) 253.9º 0.48% 0.67% -
XYZ 17.41 13.54 40.73 -
YUV 105.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 109 90 172 0.37 0.48 0 0.33 253.9 0.33 0.51
Hex 6D 5A AC 25 30 0 21 FE 21 33
Octal 155 132 254 45 60 0 41 376 41 63
Binary 1101101 1011010 10101100 100101 110000 0 100001 11111110 100001 110011

Color Harmonies of #6D5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5AAC

Black with #6D5AAC

Text Example


Text Example

White with #6D5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,90,172); }

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

background-color css

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

 a { background-color: rgb(109,90,172); }

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

border-color css

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

 span { border-color: rgb(109,90,172); }

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