#6854AA

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

Shades of Blue Marguerite #6854AA

Tints of Blue Marguerite #6854AA

Color information

#6854AA (or 0x6854AA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 54 and AA. RGB value is (104,84,170). Sum of RGB (Red+Green+Blue) = 104+84+170=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #6854AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6854AA is #97AB55. Grayscale: #636363. Windows color (decimal): -9939798 or 11162728. OLE color: 11162728.

HSL color Cylindrical-coordinate representation of color #6854AA: hue angle of 253.95º 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 #6854AA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10484170-
CMYK0.390.5100.33
HSL253.95º33.86%49.8%-
HSV(B)253.95º50.59%66.67%-
XYZ16.1312.1939.53-
YUV99.78167.63131.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=29.05%
G=23.46%
B=47.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104841700.390.5100.33253.9533.8649.8
Hex6854AA2733021fe2232
Octal15012425247630413764262
Binary1101000101010010101010100111110011010000111111110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6854AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6854AA; }

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

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

<style>
 a { background-color: #6854AA; }

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

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

<style>
 span { border-color: #6854AA; }

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

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