#614372

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

Shades of Honey Flower #614372

Tints of Honey Flower #614372

Color information

#614372 (or 0x614372) is unknown color: approx Honey Flower. HEX triplet: 61, 43 and 72. RGB value is (97,67,114). Sum of RGB (Red+Green+Blue) = 97+67+114=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #614372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614372 is #9EBC8D. Grayscale: #515151. Windows color (decimal): -10402958 or 7488353. OLE color: 7488353.

HSL color Cylindrical-coordinate representation of color #614372: hue angle of 278.3º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614372 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9767114-
CMYK0.150.4100.55
HSL278.3º25.97%35.49%-
HSV(B)278.3º41.23%44.71%-
XYZ9.977.7716.89-
YUV81.33146.44139.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=34.89%
G=24.10%
B=41.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97671140.150.4100.55278.325.9735.49
Hex614372F290371161a23
Octal14110316217510674263243
Binary1100001100001111100101111101001011011110001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614372; }

 p { color: rgb(97,67,114); }

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

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

 a { background-color: rgb(97,67,114); }

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

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

 span { border-color: rgb(97,67,114); }

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