#6044BA

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

Shades of Blue Marguerite #6044BA

Tints of Blue Marguerite #6044BA

Color information

#6044BA (or 0x6044BA) is unknown color: approx Blue Marguerite. HEX triplet: 60, 44 and BA. RGB value is (96,68,186). Sum of RGB (Red+Green+Blue) = 96+68+186=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #6044BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6044BA is #9FBB45. Grayscale: #595959. Windows color (decimal): -10468166 or 12207200. OLE color: 12207200.

HSL color Cylindrical-coordinate representation of color #6044BA: hue angle of 254.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6044BA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9668186-
CMYK0.480.6300.27
HSL254.24º46.46%49.8%-
HSV(B)254.24º63.44%72.94%-
XYZ15.7510.1747.59-
YUV89.82182.28132.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=27.43%
G=19.43%
B=53.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96681860.480.6300.27254.2446.4649.8
Hex6044BA303F01Bfe2e32
Octal14010427260770333765662
Binary110000010001001011101011000011111101101111111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6044BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6044BA; }

 p { color: rgb(96,68,186); }

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

<style>
 a { background-color: #6044BA; }

 a { background-color: rgb(96,68,186); }

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

<style>
 span { border-color: #6044BA; }

 span { border-color: rgb(96,68,186); }

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