#6A54AD

Color #6A54AD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6A54AD

Tints of Blue Marguerite #6A54AD

Color information

#6A54AD (or 0x6A54AD) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 54 and AD. RGB value is (106,84,173). Sum of RGB (Red+Green+Blue) = 106+84+173=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A54AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A54AD is #95AB52. Grayscale: #646464. Windows color (decimal): -9808723 or 11359338. OLE color: 11359338.

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

Color convert

RGB10684173-
CMYK0.390.5100.32
HSL254.83º35.18%50.39%-
HSV(B)254.83º51.45%67.84%-
XYZ16.6612.4241.05-
YUV100.72168.79131.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=29.20%
G=23.14%
B=47.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106841730.390.5100.32254.8335.1850.39
Hex6A54AD2733020ff2332
Octal15212425547630403774362
Binary1101010101010010101101100111110011010000011111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A54AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A54AD;
 }
 .AnyTagClassName
 {
   color: #6A54AD;
 }
</style>
background-color css

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

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

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

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

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

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