#60376D

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

Shades of Honey Flower #60376D

Tints of Honey Flower #60376D

Color information

#60376D (or 0x60376D) is unknown color: approx Honey Flower. HEX triplet: 60, 37 and 6D. RGB value is (96,55,109). Sum of RGB (Red+Green+Blue) = 96+55+109=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #60376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60376D is #9FC892. Grayscale: #494949. Windows color (decimal): -10471571 or 7157600. OLE color: 7157600.

HSL color Cylindrical-coordinate representation of color #60376D: hue angle of 285.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60376D is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9655109-
CMYK0.120.5000.57
HSL285.56º32.93%32.16%-
HSV(B)285.56º49.54%42.75%-
XYZ8.956.3215.22-
YUV73.41148.08144.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=36.92%
G=21.15%
B=41.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96551090.120.5000.57285.5632.9332.16
Hex60376DC3203911e2120
Octal1406715514620714364140
Binary1100000110111110110111001100100111001100011110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60376D; }

 p { color: rgb(96,55,109); }

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

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

 a { background-color: rgb(96,55,109); }

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

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

 span { border-color: rgb(96,55,109); }

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