#6154AF

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

Shades of Blue Marguerite #6154AF

Tints of Blue Marguerite #6154AF

Color information

#6154AF (or 0x6154AF) is unknown color: approx Blue Marguerite. HEX triplet: 61, 54 and AF. RGB value is (97,84,175). Sum of RGB (Red+Green+Blue) = 97+84+175=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #6154AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6154AF is #9EAB50. Grayscale: #616161. Windows color (decimal): -10398545 or 11490401. OLE color: 11490401.

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

Color convert

RGB9784175-
CMYK0.450.5200.31
HSL248.57º36.25%50.78%-
HSV(B)248.57º52%68.63%-
XYZ15.8411.9842.03-
YUV98.26171.31127.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=27.25%
G=23.60%
B=49.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97841750.450.5200.31248.5736.2550.78
Hex6154AF2D3401Ff92433
Octal14112425755640373714463
Binary110000110101001010111110110111010001111111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6154AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,84,175); }

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

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

 a { background-color: rgb(97,84,175); }

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

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

 span { border-color: rgb(97,84,175); }

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