#6145B1

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

Shades of Blue Marguerite #6145B1

Tints of Blue Marguerite #6145B1

Color information

#6145B1 (or 0x6145B1) is unknown color: approx Blue Marguerite. HEX triplet: 61, 45 and B1. RGB value is (97,69,177). Sum of RGB (Red+Green+Blue) = 97+69+177=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #6145B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6145B1 is #9EBA4E. Grayscale: #595959. Windows color (decimal): -10402383 or 11617633. OLE color: 11617633.

HSL color Cylindrical-coordinate representation of color #6145B1: hue angle of 255.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6145B1 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9769177-
CMYK0.450.6100.31
HSL255.56º43.9%48.24%-
HSV(B)255.56º61.02%69.41%-
XYZ14.999.9742.73-
YUV89.68177.28133.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 177 (69.53% from 255) = 51.60%
R=28.28%
G=20.12%
B=51.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97691770.450.6100.31255.5643.948.24
Hex6145B12D3D01F1002c30
Octal14110526155750374005460
Binary1100001100010110110001101101111101011111100000000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6145B1; }

 p { color: rgb(97,69,177); }

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

<style>
 a { background-color: #6145B1; }

 a { background-color: rgb(97,69,177); }

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

<style>
 span { border-color: #6145B1; }

 span { border-color: rgb(97,69,177); }

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