#614168

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

Shades of Honey Flower #614168

Tints of Honey Flower #614168

Color information

#614168 (or 0x614168) is unknown color: approx Honey Flower. HEX triplet: 61, 41 and 68. RGB value is (97,65,104). Sum of RGB (Red+Green+Blue) = 97+65+104=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #614168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614168 is #9EBE97. Grayscale: #4E4E4E. Windows color (decimal): -10403480 or 6832481. OLE color: 6832481.

HSL color Cylindrical-coordinate representation of color #614168: hue angle of 289.23º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #614168 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9765104-
CMYK0.070.3800.59
HSL289.23º23.08%33.14%-
HSV(B)289.23º37.5%40.78%-
XYZ9.327.3214.02-
YUV79.01142.1140.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=36.47%
G=24.44%
B=39.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97651040.070.3800.59289.2323.0833.14
Hex61416872603B1211721
Octal1411011507460734412741
Binary110000110000011101000111100110011101110010000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614168; }

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

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

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

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

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

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

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

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