#614472

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

Shades of Honey Flower #614472

Tints of Honey Flower #614472

Color information

#614472 (or 0x614472) is unknown color: approx Honey Flower. HEX triplet: 61, 44 and 72. RGB value is (97,68,114). Sum of RGB (Red+Green+Blue) = 97+68+114=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #614472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614472 is #9EBB8D. Grayscale: #515151. Windows color (decimal): -10402702 or 7488609. OLE color: 7488609.

HSL color Cylindrical-coordinate representation of color #614472: hue angle of 277.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #614472 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9768114-
CMYK0.150.4000.55
HSL277.83º25.27%35.69%-
HSV(B)277.83º40.35%44.71%-
XYZ10.037.8916.91-
YUV81.91146.11138.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=34.77%
G=24.37%
B=40.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97681140.150.4000.55277.8325.2735.69
Hex614472F280371161924
Octal14110416217500674263144
Binary1100001100010011100101111101000011011110001011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614472; }

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

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

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

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

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

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

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

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