#6156AB

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

Shades of Blue Marguerite #6156AB

Tints of Blue Marguerite #6156AB

Color information

#6156AB (or 0x6156AB) is unknown color: approx Blue Marguerite. HEX triplet: 61, 56 and AB. RGB value is (97,86,171). Sum of RGB (Red+Green+Blue) = 97+86+171=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #6156AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6156AB is #9EA954. Grayscale: #626262. Windows color (decimal): -10398037 or 11228769. OLE color: 11228769.

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

Color convert

RGB9786171-
CMYK0.430.5000.33
HSL247.76º33.6%50.39%-
HSV(B)247.76º49.71%67.06%-
XYZ15.6112.1440.05-
YUV98.98168.64126.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 86 (33.98% from 255) = 24.29%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=27.40%
G=24.29%
B=48.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97861710.430.5000.33247.7633.650.39
Hex6156AB2B32021f82232
Octal14112625353620413704262
Binary1100001101011010101011101011110010010000111111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6156AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6156AB; }

 p { color: rgb(97,86,171); }

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

<style>
 a { background-color: #6156AB; }

 a { background-color: rgb(97,86,171); }

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

<style>
 span { border-color: #6156AB; }

 span { border-color: rgb(97,86,171); }

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