#613F70

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

Shades of Honey Flower #613F70

Tints of Honey Flower #613F70

Color information

#613F70 (or 0x613F70) is unknown color: approx Honey Flower. HEX triplet: 61, 3F and 70. RGB value is (97,63,112). Sum of RGB (Red+Green+Blue) = 97+63+112=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #613F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F70 is #9EC08F. Grayscale: #4E4E4E. Windows color (decimal): -10403984 or 7356257. OLE color: 7356257.

HSL color Cylindrical-coordinate representation of color #613F70: hue angle of 281.63º 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 #613F70 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9763112-
CMYK0.130.4400.56
HSL281.63º28%34.31%-
HSV(B)281.63º43.75%43.92%-
XYZ9.637.2716.22-
YUV78.75146.76141.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 63 (25% from 255) = 23.16%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=35.66%
G=23.16%
B=41.18%

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
Decimal97631120.130.4400.56281.632834.31
Hex613F70D2C03811a1c22
Octal1417716015540704323442
Binary110000111111111100001101101100011100010001101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,63,112); }

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

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

 a { background-color: rgb(97,63,112); }

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

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

 span { border-color: rgb(97,63,112); }

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