#6157AA

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

Shades of Blue Marguerite #6157AA

Tints of Blue Marguerite #6157AA

Color information

#6157AA (or 0x6157AA) is unknown color: approx Blue Marguerite. HEX triplet: 61, 57 and AA. RGB value is (97,87,170). Sum of RGB (Red+Green+Blue) = 97+87+170=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #6157AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6157AA is #9EA855. Grayscale: #636363. Windows color (decimal): -10397782 or 11163489. OLE color: 11163489.

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

Color convert

RGB9787170-
CMYK0.430.4900.33
HSL247.23º32.81%50.39%-
HSV(B)247.23º48.82%66.67%-
XYZ15.5912.2639.57-
YUV99.45167.81126.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=27.40%
G=24.58%
B=48.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97871700.430.4900.33247.2332.8150.39
Hex6157AA2B31021f72132
Octal14112725253610413674162
Binary1100001101011110101010101011110001010000111110111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,87,170); }

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

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

 a { background-color: rgb(97,87,170); }

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

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

 span { border-color: rgb(97,87,170); }

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