#6156B4

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

Shades of Blue Marguerite #6156B4

Tints of Blue Marguerite #6156B4

Color information

#6156B4 (or 0x6156B4) is unknown color: approx Blue Marguerite. HEX triplet: 61, 56 and B4. RGB value is (97,86,180). Sum of RGB (Red+Green+Blue) = 97+86+180=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #6156B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6156B4 is #9EA94B. Grayscale: #636363. Windows color (decimal): -10398028 or 11818593. OLE color: 11818593.

HSL color Cylindrical-coordinate representation of color #6156B4: hue angle of 247.02º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6156B4 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9786180-
CMYK0.460.5200.29
HSL247.02º38.52%52.16%-
HSV(B)247.02º52.22%70.59%-
XYZ16.512.4944.72-
YUV100173.14125.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 180 (70.70% from 255) = 49.59%
R=26.72%
G=23.69%
B=49.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97861800.460.5200.29247.0238.5252.16
Hex6156B42E3401Df72734
Octal14112626456640353674764
Binary110000110101101011010010111011010001110111110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6156B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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