Html Css Color HEX #6D5EAA Blue Marguerite

📋 copy color: '#6D5EAA'

red 109 ◦ green 94 ◦ blue 170

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

Shades of Blue Marguerite #6D5EAA

Tints of Blue Marguerite #6D5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

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

R = 29.22%
G = 25.2%
B = 45.58%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D5EAA (or 0x6D5EAA) is known color: Blue Marguerite. HEX triplet: 6D, 5E and AA. RGB value is (109,94,170). Sum of RGB (Red+Green+Blue) = 109+94+170=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5EAA is #92A155. Grayscale: #6A6A6A. Windows color (decimal): -9609558 or 11165293. OLE color: 11165293.

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

Color convert

RGB 109 94 170 -
CMYK 0.36 0.45 0 0.33
HSL 251.84º 0.31% 0.52% -
HSV(B) 251.84º 0.45% 0.67% -
XYZ 17.57 14.16 39.84 -
YUV 107.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 109 94 170 0.36 0.45 0 0.33 251.84 0.31 0.52
Hex 6D 5E AA 24 2D 0 21 FC 1F 34
Octal 155 136 252 44 55 0 41 374 37 64
Binary 1101101 1011110 10101010 100100 101101 0 100001 11111100 11111 110100

Color Harmonies of #6D5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5EAA

Black with #6D5EAA

Text Example


Text Example

White with #6D5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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