#6056B6

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

Shades of Blue Marguerite #6056B6

Tints of Blue Marguerite #6056B6

Color information

#6056B6 (or 0x6056B6) is unknown color: approx Blue Marguerite. HEX triplet: 60, 56 and B6. RGB value is (96,86,182). Sum of RGB (Red+Green+Blue) = 96+86+182=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #6056B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056B6 is #9FA949. Grayscale: #636363. Windows color (decimal): -10463562 or 11949664. OLE color: 11949664.

HSL color Cylindrical-coordinate representation of color #6056B6: hue angle of 246.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6056B6 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9686182-
CMYK0.470.5300.29
HSL246.25º39.67%52.55%-
HSV(B)246.25º52.75%71.37%-
XYZ16.612.5245.8-
YUV99.93174.31125.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.37%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 182 (71.48% from 255) = 50%
R=26.37%
G=23.63%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96861820.470.5300.29246.2539.6752.55
Hex6056B62F3501Df62835
Octal14012626657650353665065
Binary110000010101101011011010111111010101110111110110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6056B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6056B6; }

 p { color: rgb(96,86,182); }

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

<style>
 a { background-color: #6056B6; }

 a { background-color: rgb(96,86,182); }

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

<style>
 span { border-color: #6056B6; }

 span { border-color: rgb(96,86,182); }

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