#6047AF

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

Shades of Blue Marguerite #6047AF

Tints of Blue Marguerite #6047AF

Color information

#6047AF (or 0x6047AF) is unknown color: approx Blue Marguerite. HEX triplet: 60, 47 and AF. RGB value is (96,71,175). Sum of RGB (Red+Green+Blue) = 96+71+175=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #6047AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6047AF is #9FB850. Grayscale: #595959. Windows color (decimal): -10467409 or 11487072. OLE color: 11487072.

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

Color convert

RGB9671175-
CMYK0.450.5900.31
HSL254.42º42.28%48.24%-
HSV(B)254.42º59.43%68.63%-
XYZ14.8110.0941.72-
YUV90.33175.78132.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 175 (68.75% from 255) = 51.17%
R=28.07%
G=20.76%
B=51.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96711750.450.5900.31254.4242.2848.24
Hex6047AF2D3B01Ffe2a30
Octal14010725755730373765260
Binary110000010001111010111110110111101101111111111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6047AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6047AF; }

 p { color: rgb(96,71,175); }

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

<style>
 a { background-color: #6047AF; }

 a { background-color: rgb(96,71,175); }

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

<style>
 span { border-color: #6047AF; }

 span { border-color: rgb(96,71,175); }

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