#6858AA

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

Shades of Blue Marguerite #6858AA

Tints of Blue Marguerite #6858AA

Color information

#6858AA (or 0x6858AA) is unknown color: approx Blue Marguerite. HEX triplet: 68, 58 and AA. RGB value is (104,88,170). Sum of RGB (Red+Green+Blue) = 104+88+170=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #6858AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6858AA is #97A755. Grayscale: #656565. Windows color (decimal): -9938774 or 11163752. OLE color: 11163752.

HSL color Cylindrical-coordinate representation of color #6858AA: hue angle of 251.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6858AA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10488170-
CMYK0.390.4800.33
HSL251.71º32.54%50.59%-
HSV(B)251.71º48.24%66.67%-
XYZ16.4512.8239.64-
YUV102.13166.3129.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.73%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=28.73%
G=24.31%
B=46.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104881700.390.4800.33251.7132.5450.59
Hex6858AA2730021fc2133
Octal15013025247600413744163
Binary1101000101100010101010100111110000010000111111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6858AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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