#613870

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

Shades of Honey Flower #613870

Tints of Honey Flower #613870

Color information

#613870 (or 0x613870) is unknown color: approx Honey Flower. HEX triplet: 61, 38 and 70. RGB value is (97,56,112). Sum of RGB (Red+Green+Blue) = 97+56+112=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #613870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613870 is #9EC78F. Grayscale: #4A4A4A. Windows color (decimal): -10405776 or 7354465. OLE color: 7354465.

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

Color convert

RGB9756112-
CMYK0.130.5000.56
HSL283.93º33.33%32.94%-
HSV(B)283.93º50%43.92%-
XYZ9.276.5416.1-
YUV74.64149.08143.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=36.60%
G=21.13%
B=42.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97561120.130.5000.56283.9333.3332.94
Hex613870D3203811c2121
Octal1417016015620704344141
Binary1100001111000111000011011100100111000100011100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613870; }

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

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

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

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

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

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

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

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