Html Css Color HEX #6A54AA Blue Marguerite

📋 copy color: '#6A54AA'

red 106 ◦ green 84 ◦ blue 170

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

Shades of Blue Marguerite #6A54AA

Tints of Blue Marguerite #6A54AA

RGB

 RED value IS 106 (41.8% from 255) = 29.44%

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

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

R = 29.44%
G = 23.33%
B = 47.22%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A54AA (or 0x6A54AA) is known color: Blue Marguerite. HEX triplet: 6A, 54 and AA. RGB value is (106,84,170). Sum of RGB (Red+Green+Blue) = 106+84+170=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A54AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A54AA is #95AB55. Grayscale: #646464. Windows color (decimal): -9808726 or 11162730. OLE color: 11162730.

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

Color convert

RGB 106 84 170 -
CMYK 0.38 0.51 0 0.33
HSL 255.35º 0.34% 0.5% -
HSV(B) 255.35º 0.51% 0.67% -
XYZ 16.37 12.31 39.54 -
YUV 100.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 106 84 170 0.38 0.51 0 0.33 255.35 0.34 0.5
Hex 6A 54 AA 26 33 0 21 FF 22 32
Octal 152 124 252 46 63 0 41 377 42 62
Binary 1101010 1010100 10101010 100110 110011 0 100001 11111111 100010 110010

Color Harmonies of #6A54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A54AA

Black with #6A54AA

Text Example


Text Example

White with #6A54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,84,170); }

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

background-color css

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

 a { background-color: rgb(106,84,170); }

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

border-color css

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

 span { border-color: rgb(106,84,170); }

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