#613E6F

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

Shades of Honey Flower #613E6F

Tints of Honey Flower #613E6F

Color information

#613E6F (or 0x613E6F) is unknown color: approx Honey Flower. HEX triplet: 61, 3E and 6F. RGB value is (97,62,111). Sum of RGB (Red+Green+Blue) = 97+62+111=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #613E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E6F is #9EC190. Grayscale: #4D4D4D. Windows color (decimal): -10404241 or 7290465. OLE color: 7290465.

HSL color Cylindrical-coordinate representation of color #613E6F: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #613E6F is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9762111-
CMYK0.130.4400.56
HSL282.86º28.32%33.92%-
HSV(B)282.86º44.14%43.53%-
XYZ9.527.1315.91-
YUV78.05146.6141.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 111 (43.75% from 255) = 41.11%
R=35.93%
G=22.96%
B=41.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97621110.130.4400.56282.8628.3233.92
Hex613E6FD2C03811b1c22
Octal1417615715540704333442
Binary110000111111011011111101101100011100010001101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613E6F; }

 p { color: rgb(97,62,111); }

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

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

 a { background-color: rgb(97,62,111); }

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

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

 span { border-color: rgb(97,62,111); }

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