#6049B7

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

Shades of Blue Marguerite #6049B7

Tints of Blue Marguerite #6049B7

Color information

#6049B7 (or 0x6049B7) is unknown color: approx Blue Marguerite. HEX triplet: 60, 49 and B7. RGB value is (96,73,183). Sum of RGB (Red+Green+Blue) = 96+73+183=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 183 (71.88% from 255 or 51.99% from 352); Max value from RGB is 183 - color contains mainly: blue. Hex color #6049B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049B7 is #9FB648. Grayscale: #5C5C5C. Windows color (decimal): -10466889 or 12011872. OLE color: 12011872.

HSL color Cylindrical-coordinate representation of color #6049B7: hue angle of 252.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6049B7 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9673183-
CMYK0.480.6000.28
HSL252.55º43.31%50.2%-
HSV(B)252.55º60.11%71.76%-
XYZ15.7510.6746.03-
YUV92.42179.12130.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 183 (71.88% from 255) = 51.99%
R=27.27%
G=20.74%
B=51.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96731830.480.6000.28252.5543.3150.2
Hex6049B7303C01Cfd2b32
Octal14011126760740343755362
Binary110000010010011011011111000011110001110011111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6049B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6049B7; }

 p { color: rgb(96,73,183); }

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

<style>
 a { background-color: #6049B7; }

 a { background-color: rgb(96,73,183); }

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

<style>
 span { border-color: #6049B7; }

 span { border-color: rgb(96,73,183); }

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