#614178

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

Shades of Honey Flower #614178

Tints of Honey Flower #614178

Color information

#614178 (or 0x614178) is unknown color: approx Honey Flower. HEX triplet: 61, 41 and 78. RGB value is (97,65,120). Sum of RGB (Red+Green+Blue) = 97+65+120=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #614178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614178 is #9EBE87. Grayscale: #505050. Windows color (decimal): -10403464 or 7881057. OLE color: 7881057.

HSL color Cylindrical-coordinate representation of color #614178: hue angle of 274.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614178 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9765120-
CMYK0.190.4600.53
HSL274.91º29.73%36.27%-
HSV(B)274.91º45.83%47.06%-
XYZ10.217.6818.71-
YUV80.84150.1139.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 120 (47.27% from 255) = 42.55%
R=34.40%
G=23.05%
B=42.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97651200.190.4600.53274.9129.7336.27
Hex614178132E0351131e24
Octal14110117023560654233644
Binary11000011000001111100010011101110011010110001001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614178; }

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

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

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

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

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

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

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

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