#614CB6

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

Shades of Blue Marguerite #614CB6

Tints of Blue Marguerite #614CB6

Color information

#614CB6 (or 0x614CB6) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4C and B6. RGB value is (97,76,182). Sum of RGB (Red+Green+Blue) = 97+76+182=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #614CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CB6 is #9EB349. Grayscale: #5D5D5D. Windows color (decimal): -10400586 or 11947105. OLE color: 11947105.

HSL color Cylindrical-coordinate representation of color #614CB6: hue angle of 251.89º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #614CB6 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9776182-
CMYK0.470.5800.29
HSL251.89º42.06%50.59%-
HSV(B)251.89º58.24%71.37%-
XYZ15.9611.0945.56-
YUV94.36177.46129.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 182 (71.48% from 255) = 51.27%
R=27.32%
G=21.41%
B=51.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97761820.470.5800.29251.8942.0650.59
Hex614CB62F3A01Dfc2a33
Octal14111426657720353745263
Binary110000110011001011011010111111101001110111111100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,76,182); }

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

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

 a { background-color: rgb(97,76,182); }

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

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

 span { border-color: rgb(97,76,182); }

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