#6159BD

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

Shades of Blue Marguerite #6159BD

Tints of Blue Marguerite #6159BD

Color information

#6159BD (or 0x6159BD) is unknown color: approx Blue Marguerite. HEX triplet: 61, 59 and BD. RGB value is (97,89,189). Sum of RGB (Red+Green+Blue) = 97+89+189=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #6159BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159BD is #9EA642. Grayscale: #666666. Windows color (decimal): -10397251 or 12409185. OLE color: 12409185.

HSL color Cylindrical-coordinate representation of color #6159BD: hue angle of 244.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6159BD is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9789189-
CMYK0.490.5300.26
HSL244.8º43.1%54.51%-
HSV(B)244.8º52.91%74.12%-
XYZ17.6913.3649.79-
YUV102.79176.65123.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=25.87%
G=23.73%
B=50.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97891890.490.5300.26244.843.154.51
Hex6159BD313501Af52b37
Octal14113127561650323655367
Binary110000110110011011110111000111010101101011110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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