#6046AD

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

Shades of Blue Marguerite #6046AD

Tints of Blue Marguerite #6046AD

Color information

#6046AD (or 0x6046AD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 46 and AD. RGB value is (96,70,173). Sum of RGB (Red+Green+Blue) = 96+70+173=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #6046AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6046AD is #9FB952. Grayscale: #595959. Windows color (decimal): -10467667 or 11355744. OLE color: 11355744.

HSL color Cylindrical-coordinate representation of color #6046AD: hue angle of 255.15º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6046AD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9670173-
CMYK0.450.6000.32
HSL255.15º42.39%47.65%-
HSV(B)255.15º59.54%67.84%-
XYZ14.569.8840.68-
YUV89.52175.11132.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=28.32%
G=20.65%
B=51.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96701730.450.6000.32255.1542.3947.65
Hex6046AD2D3C020ff2a30
Octal14010625555740403775260
Binary1100000100011010101101101101111100010000011111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6046AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6046AD; }

 p { color: rgb(96,70,173); }

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

<style>
 a { background-color: #6046AD; }

 a { background-color: rgb(96,70,173); }

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

<style>
 span { border-color: #6046AD; }

 span { border-color: rgb(96,70,173); }

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