#6145B7

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

Shades of Blue Marguerite #6145B7

Tints of Blue Marguerite #6145B7

Color information

#6145B7 (or 0x6145B7) is unknown color: approx Blue Marguerite. HEX triplet: 61, 45 and B7. RGB value is (97,69,183). Sum of RGB (Red+Green+Blue) = 97+69+183=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #6145B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145B7 is #9EBA48. Grayscale: #595959. Windows color (decimal): -10402377 or 12010849. OLE color: 12010849.

HSL color Cylindrical-coordinate representation of color #6145B7: hue angle of 254.74º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6145B7 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9769183-
CMYK0.470.6200.28
HSL254.74º45.24%49.41%-
HSV(B)254.74º62.3%71.76%-
XYZ15.6110.2245.95-
YUV90.37180.28132.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 183 (71.88% from 255) = 52.44%
R=27.79%
G=19.77%
B=52.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97691830.470.6200.28254.7445.2449.41
Hex6145B72F3E01Cff2d31
Octal14110526757760343775561
Binary110000110001011011011110111111111001110011111111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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