#6046BE

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

Shades of Blue Marguerite #6046BE

Tints of Blue Marguerite #6046BE

Color information

#6046BE (or 0x6046BE) is unknown color: approx Blue Marguerite. HEX triplet: 60, 46 and BE. RGB value is (96,70,190). Sum of RGB (Red+Green+Blue) = 96+70+190=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #6046BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6046BE is #9FB941. Grayscale: #5B5B5B. Windows color (decimal): -10467650 or 12469856. OLE color: 12469856.

HSL color Cylindrical-coordinate representation of color #6046BE: hue angle of 253º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6046BE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9670190-
CMYK0.490.6300.25
HSL253º48%50.98%-
HSV(B)253º63.16%74.51%-
XYZ16.3110.5849.9-
YUV91.45183.61131.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=26.97%
G=19.66%
B=53.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96701900.490.6300.252534850.98
Hex6046BE313F019fd3033
Octal14010627661770313756063
Binary110000010001101011111011000111111101100111111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6046BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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