#614275

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

Shades of Honey Flower #614275

Tints of Honey Flower #614275

Color information

#614275 (or 0x614275) is unknown color: approx Honey Flower. HEX triplet: 61, 42 and 75. RGB value is (97,66,117). Sum of RGB (Red+Green+Blue) = 97+66+117=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #614275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614275 is #9EBD8A. Grayscale: #505050. Windows color (decimal): -10403211 or 7684705. OLE color: 7684705.

HSL color Cylindrical-coordinate representation of color #614275: hue angle of 276.47º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614275 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9766117-
CMYK0.170.4400.54
HSL276.47º27.87%35.88%-
HSV(B)276.47º43.59%45.88%-
XYZ10.097.7217.79-
YUV81.08148.27139.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=34.64%
G=23.57%
B=41.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97661170.170.4400.54276.4727.8735.88
Hex614275112C0361141c24
Octal14110216521540664243444
Binary11000011000010111010110001101100011011010001010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614275; }

 p { color: rgb(97,66,117); }

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

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

 a { background-color: rgb(97,66,117); }

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

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

 span { border-color: rgb(97,66,117); }

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