#614175

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

Shades of Honey Flower #614175

Tints of Honey Flower #614175

Color information

#614175 (or 0x614175) is unknown color: approx Honey Flower. HEX triplet: 61, 41 and 75. RGB value is (97,65,117). Sum of RGB (Red+Green+Blue) = 97+65+117=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #614175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614175 is #9EBE8A. Grayscale: #505050. Windows color (decimal): -10403467 or 7684449. OLE color: 7684449.

HSL color Cylindrical-coordinate representation of color #614175: hue angle of 276.92º degrees, saturation: 0.29, 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 #614175 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9765117-
CMYK0.170.4400.54
HSL276.92º28.57%35.69%-
HSV(B)276.92º44.44%45.88%-
XYZ10.037.6117.77-
YUV80.5148.6139.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=34.77%
G=23.30%
B=41.94%

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
Decimal97651170.170.4400.54276.9228.5735.69
Hex614175112C0361151d24
Octal14110116521540664253544
Binary11000011000001111010110001101100011011010001010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614175; }

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

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

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

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

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

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

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

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