#613671

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

Shades of Honey Flower #613671

Tints of Honey Flower #613671

Color information

#613671 (or 0x613671) is unknown color: approx Honey Flower. HEX triplet: 61, 36 and 71. RGB value is (97,54,113). Sum of RGB (Red+Green+Blue) = 97+54+113=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #613671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613671 is #9EC98E. Grayscale: #494949. Windows color (decimal): -10406287 or 7419489. OLE color: 7419489.

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

Color convert

RGB9754113-
CMYK0.140.5200.56
HSL283.73º35.33%32.75%-
HSV(B)283.73º52.21%44.31%-
XYZ9.236.3716.37-
YUV73.58150.25144.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 54 (21.48% from 255) = 20.45%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=36.74%
G=20.45%
B=42.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97541130.140.5200.56283.7335.3332.75
Hex613671E3403811c2321
Octal1416616116640704344341
Binary1100001110110111000111101101000111000100011100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613671; }

 p { color: rgb(97,54,113); }

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

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

 a { background-color: rgb(97,54,113); }

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

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

 span { border-color: rgb(97,54,113); }

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