#614FAF

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

Shades of Blue Marguerite #614FAF

Tints of Blue Marguerite #614FAF

Color information

#614FAF (or 0x614FAF) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4F and AF. RGB value is (97,79,175). Sum of RGB (Red+Green+Blue) = 97+79+175=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #614FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614FAF is #9EB050. Grayscale: #5E5E5E. Windows color (decimal): -10399825 or 11489121. OLE color: 11489121.

HSL color Cylindrical-coordinate representation of color #614FAF: hue angle of 251.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #614FAF is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9779175-
CMYK0.450.5500.31
HSL251.25º37.8%49.8%-
HSV(B)251.25º54.86%68.63%-
XYZ15.4611.2341.91-
YUV95.33172.96129.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=27.64%
G=22.51%
B=49.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97791750.450.5500.31251.2537.849.8
Hex614FAF2D3701Ffb2632
Octal14111725755670373734662
Binary110000110011111010111110110111011101111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614FAF; }

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

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

<style>
 a { background-color: #614FAF; }

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

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

<style>
 span { border-color: #614FAF; }

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

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