Html Css Color HEX #6D5AAA Blue Marguerite

📋 copy color: '#6D5AAA'

red 109 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #6D5AAA

Tints of Blue Marguerite #6D5AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 29.54%
G = 24.39%
B = 46.07%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D5AAA (or 0x6D5AAA) is known color: Blue Marguerite. HEX triplet: 6D, 5A and AA. RGB value is (109,90,170). Sum of RGB (Red+Green+Blue) = 109+90+170=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5AAA is #92A555. Grayscale: #686868. Windows color (decimal): -9610582 or 11164269. OLE color: 11164269.

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

Color convert

RGB 109 90 170 -
CMYK 0.36 0.47 0 0.33
HSL 254.25º 0.32% 0.51% -
HSV(B) 254.25º 0.47% 0.67% -
XYZ 17.22 13.47 39.72 -
YUV 104.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 109 90 170 0.36 0.47 0 0.33 254.25 0.32 0.51
Hex 6D 5A AA 24 2F 0 21 FE 20 33
Octal 155 132 252 44 57 0 41 376 40 63
Binary 1101101 1011010 10101010 100100 101111 0 100001 11111110 100000 110011

Color Harmonies of #6D5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5AAA

Black with #6D5AAA

Text Example


Text Example

White with #6D5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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