#614573

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

Shades of Honey Flower #614573

Tints of Honey Flower #614573

Color information

#614573 (or 0x614573) is unknown color: approx Honey Flower. HEX triplet: 61, 45 and 73. RGB value is (97,69,115). Sum of RGB (Red+Green+Blue) = 97+69+115=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #614573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614573 is #9EBA8C. Grayscale: #525252. Windows color (decimal): -10402445 or 7554401. OLE color: 7554401.

HSL color Cylindrical-coordinate representation of color #614573: hue angle of 276.52º 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 #614573 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9769115-
CMYK0.160.400.55
HSL276.52º25%36.08%-
HSV(B)276.52º40%45.1%-
XYZ10.158.0417.24-
YUV82.62146.28138.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 115 (45.31% from 255) = 40.93%
R=34.52%
G=24.56%
B=40.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97691150.160.400.55276.522536.08
Hex61457310280371151924
Octal14110516320500674253144
Binary11000011000101111001110000101000011011110001010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614573; }

 p { color: rgb(97,69,115); }

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

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

 a { background-color: rgb(97,69,115); }

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

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

 span { border-color: rgb(97,69,115); }

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