#6045BC

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

Shades of Blue Marguerite #6045BC

Tints of Blue Marguerite #6045BC

Color information

#6045BC (or 0x6045BC) is unknown color: approx Blue Marguerite. HEX triplet: 60, 45 and BC. RGB value is (96,69,188). Sum of RGB (Red+Green+Blue) = 96+69+188=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #6045BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045BC is #9FBA43. Grayscale: #5A5A5A. Windows color (decimal): -10467908 or 12338528. OLE color: 12338528.

HSL color Cylindrical-coordinate representation of color #6045BC: hue angle of 253.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6045BC is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9669188-
CMYK0.490.6300.26
HSL253.61º47.04%50.39%-
HSV(B)253.61º63.3%73.73%-
XYZ16.0310.3748.73-
YUV90.64182.95131.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=27.20%
G=19.55%
B=53.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96691880.490.6300.26253.6147.0450.39
Hex6045BC313F01Afe2f32
Octal14010527461770323765762
Binary110000010001011011110011000111111101101011111110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6045BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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