#614468

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

Shades of Honey Flower #614468

Tints of Honey Flower #614468

Color information

#614468 (or 0x614468) is unknown color: approx Honey Flower. HEX triplet: 61, 44 and 68. RGB value is (97,68,104). Sum of RGB (Red+Green+Blue) = 97+68+104=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #614468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614468 is #9EBB97. Grayscale: #505050. Windows color (decimal): -10402712 or 6833249. OLE color: 6833249.

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

Color convert

RGB9768104-
CMYK0.070.3500.59
HSL288.33º20.93%33.73%-
HSV(B)288.33º34.62%40.78%-
XYZ9.57.6814.08-
YUV80.77141.11139.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=36.06%
G=25.28%
B=38.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97681040.070.3500.59288.3320.9333.73
Hex61446872303B1201522
Octal1411041507430734402542
Binary110000110001001101000111100011011101110010000010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614468; }

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

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

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

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

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

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

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

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