#6045B3

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

Shades of Blue Marguerite #6045B3

Tints of Blue Marguerite #6045B3

Color information

#6045B3 (or 0x6045B3) is unknown color: approx Blue Marguerite. HEX triplet: 60, 45 and B3. RGB value is (96,69,179). Sum of RGB (Red+Green+Blue) = 96+69+179=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 179 (70.31% from 255 or 52.03% from 344); Max value from RGB is 179 - color contains mainly: blue. Hex color #6045B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045B3 is #9FBA4C. Grayscale: #595959. Windows color (decimal): -10467917 or 11748704. OLE color: 11748704.

HSL color Cylindrical-coordinate representation of color #6045B3: hue angle of 254.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6045B3 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9669179-
CMYK0.460.6100.30
HSL254.73º44.35%48.63%-
HSV(B)254.73º61.45%70.2%-
XYZ15.091043.78-
YUV89.61178.45132.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 179 (70.31% from 255) = 52.03%
R=27.91%
G=20.06%
B=52.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96691790.460.6100.30254.7344.3548.63
Hex6045B32E3D01Eff2c31
Octal14010526356750363775461
Binary110000010001011011001110111011110101111011111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6045B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6045B3; }

 p { color: rgb(96,69,179); }

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

<style>
 a { background-color: #6045B3; }

 a { background-color: rgb(96,69,179); }

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

<style>
 span { border-color: #6045B3; }

 span { border-color: rgb(96,69,179); }

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