Html Css Color HEX #6D54AE Blue Marguerite

📋 copy color: '#6D54AE'

red 109 ◦ green 84 ◦ blue 174

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

Shades of Blue Marguerite #6D54AE

Tints of Blue Marguerite #6D54AE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.89%

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

R = 29.7%
G = 22.89%
B = 47.41%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D54AE (or 0x6D54AE) is known color: Blue Marguerite. HEX triplet: 6D, 54 and AE. RGB value is (109,84,174). Sum of RGB (Red+Green+Blue) = 109+84+174=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D54AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D54AE is #92AB51. Grayscale: #656565. Windows color (decimal): -9612114 or 11424877. OLE color: 11424877.

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

Color convert

RGB 109 84 174 -
CMYK 0.37 0.52 0 0.32
HSL 256.67º 0.36% 0.51% -
HSV(B) 256.67º 0.52% 0.68% -
XYZ 17.12 12.65 41.58 -
YUV 101.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 109 84 174 0.37 0.52 0 0.32 256.67 0.36 0.51
Hex 6D 54 AE 25 34 0 20 101 24 33
Octal 155 124 256 45 64 0 40 401 44 63
Binary 1101101 1010100 10101110 100101 110100 0 100000 100000001 100100 110011

Color Harmonies of #6D54AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D54AE

Black with #6D54AE

Text Example


Text Example

White with #6D54AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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