#6157AF

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

Shades of Blue Marguerite #6157AF

Tints of Blue Marguerite #6157AF

Color information

#6157AF (or 0x6157AF) is unknown color: approx Blue Marguerite. HEX triplet: 61, 57 and AF. RGB value is (97,87,175). Sum of RGB (Red+Green+Blue) = 97+87+175=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #6157AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6157AF is #9EA850. Grayscale: #636363. Windows color (decimal): -10397777 or 11491169. OLE color: 11491169.

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

Color convert

RGB9787175-
CMYK0.450.5000.31
HSL246.82º35.48%51.37%-
HSV(B)246.82º50.29%68.63%-
XYZ16.0812.4542.11-
YUV100.02170.31125.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=27.02%
G=24.23%
B=48.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97871750.450.5000.31246.8235.4851.37
Hex6157AF2D3201Ff72333
Octal14112725755620373674363
Binary110000110101111010111110110111001001111111110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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