#6159b3

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

Shades of Blue Marguerite #6159B3

Tints of Blue Marguerite #6159B3

Color information

#6159B3 (or 0x6159B3) is unknown color: approx Blue Marguerite. HEX triplet: 61, 59 and B3. RGB value is (97,89,179). Sum of RGB (Red+Green+Blue) = 97+89+179=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #6159B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159B3 is #9EA64C. Grayscale: #656565. Windows color (decimal): -10397261 or 11753825. OLE color: 11753825.

HSL color Cylindrical-coordinate representation of color #6159B3: hue angle of 245.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6159B3 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9789179-
CMYK0.460.5000.30
HSL245.33º37.19%52.55%-
HSV(B)245.33º50.28%70.2%-
XYZ16.6412.9444.27-
YUV101.65171.65124.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 179 (70.31% from 255) = 49.04%
R=26.58%
G=24.38%
B=49.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97891790.460.5000.30245.3337.1952.55
Hex6159B32E3201Ef52535
Octal14113126356620363654565
Binary110000110110011011001110111011001001111011110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6159b3; }

 p { color: rgb(97,89,179); }

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

<style>
 a { background-color: #6159b3; }

 a { background-color: rgb(97,89,179); }

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

<style>
 span { border-color: #6159b3; }

 span { border-color: rgb(97,89,179); }

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