#614BAF

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

Shades of Blue Marguerite #614BAF

Tints of Blue Marguerite #614BAF

Color information

#614BAF (or 0x614BAF) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4B and AF. RGB value is (97,75,175). Sum of RGB (Red+Green+Blue) = 97+75+175=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #614BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614BAF is #9EB450. Grayscale: #5C5C5C. Windows color (decimal): -10400849 or 11488097. OLE color: 11488097.

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

Color convert

RGB9775175-
CMYK0.450.5700.31
HSL253.2º40%49.02%-
HSV(B)253.2º57.14%68.63%-
XYZ15.1810.6741.82-
YUV92.98174.29130.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=27.95%
G=21.61%
B=50.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97751750.450.5700.31253.24049.02
Hex614BAF2D3901Ffd2831
Octal14111325755710373755061
Binary110000110010111010111110110111100101111111111101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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