#6147AC

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

Shades of Blue Marguerite #6147AC

Tints of Blue Marguerite #6147AC

Color information

#6147AC (or 0x6147AC) is unknown color: approx Blue Marguerite. HEX triplet: 61, 47 and AC. RGB value is (97,71,172). Sum of RGB (Red+Green+Blue) = 97+71+172=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #6147AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6147AC is #9EB853. Grayscale: #595959. Windows color (decimal): -10401876 or 11290465. OLE color: 11290465.

HSL color Cylindrical-coordinate representation of color #6147AC: hue angle of 255.45º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6147AC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9771172-
CMYK0.440.5900.33
HSL255.45º41.56%47.65%-
HSV(B)255.45º58.72%67.45%-
XYZ14.6310.0340.19-
YUV90.29174.11132.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=28.53%
G=20.88%
B=50.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97711720.440.5900.33255.4541.5647.65
Hex6147AC2C3B021ff2a30
Octal14110725454730413775260
Binary1100001100011110101100101100111011010000111111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6147AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6147AC; }

 p { color: rgb(97,71,172); }

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

<style>
 a { background-color: #6147AC; }

 a { background-color: rgb(97,71,172); }

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

<style>
 span { border-color: #6147AC; }

 span { border-color: rgb(97,71,172); }

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