#614170

Color #614170 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #614170

Tints of Honey Flower #614170

Color information

#614170 (or 0x614170) is unknown color: approx Honey Flower. HEX triplet: 61, 41 and 70. RGB value is (97,65,112). Sum of RGB (Red+Green+Blue) = 97+65+112=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #614170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614170 is #9EBE8F. Grayscale: #4F4F4F. Windows color (decimal): -10403472 or 7356769. OLE color: 7356769.

HSL color Cylindrical-coordinate representation of color #614170: hue angle of 280.85º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614170 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9765112-
CMYK0.130.4200.56
HSL280.85º26.55%34.71%-
HSV(B)280.85º41.96%43.92%-
XYZ9.747.4916.26-
YUV79.93146.1140.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=35.40%
G=23.72%
B=40.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97651120.130.4200.56280.8526.5534.71
Hex614170D2A0381191b23
Octal14110116015520704313343
Binary1100001100000111100001101101010011100010001100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614170; }

 p { color: rgb(97,65,112); }

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

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

 a { background-color: rgb(97,65,112); }

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

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

 span { border-color: rgb(97,65,112); }

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