Html Css Color HEX #6D61AE Blue Marguerite

📋 copy color: '#6D61AE'

red 109 ◦ green 97 ◦ blue 174

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

Shades of Blue Marguerite #6D61AE

Tints of Blue Marguerite #6D61AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 28.68%
G = 25.53%
B = 45.79%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D61AE (or 0x6D61AE) is known color: Blue Marguerite. HEX triplet: 6D, 61 and AE. RGB value is (109,97,174). Sum of RGB (Red+Green+Blue) = 109+97+174=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D61AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D61AE is #929E51. Grayscale: #6D6D6D. Windows color (decimal): -9608786 or 11428205. OLE color: 11428205.

HSL color Cylindrical-coordinate representation of color #6D61AE: hue angle of 249.35º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D61AE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 97 174 -
CMYK 0.37 0.44 0 0.32
HSL 249.35º 0.32% 0.53% -
HSV(B) 249.35º 0.44% 0.68% -
XYZ 18.22 14.86 41.95 -
YUV 109.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 109 97 174 0.37 0.44 0 0.32 249.35 0.32 0.53
Hex 6D 61 AE 25 2C 0 20 F9 20 35
Octal 155 141 256 45 54 0 40 371 40 65
Binary 1101101 1100001 10101110 100101 101100 0 100000 11111001 100000 110101

Color Harmonies of #6D61AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D61AE

Black with #6D61AE

Text Example


Text Example

White with #6D61AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,97,174); }

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

background-color css

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

 a { background-color: rgb(109,97,174); }

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

border-color css

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

 span { border-color: rgb(109,97,174); }

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