#60476A

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

Shades of Honey Flower #60476A

Tints of Honey Flower #60476A

Color information

#60476A (or 0x60476A) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 6A. RGB value is (96,71,106). Sum of RGB (Red+Green+Blue) = 96+71+106=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #60476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60476A is #9FB895. Grayscale: #525252. Windows color (decimal): -10467478 or 6965088. OLE color: 6965088.

HSL color Cylindrical-coordinate representation of color #60476A: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60476A is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9671106-
CMYK0.090.3300.58
HSL282.86º19.77%34.71%-
HSV(B)282.86º33.02%41.57%-
XYZ9.688.0314.68-
YUV82.46141.28137.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=35.16%
G=26.01%
B=38.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96711060.090.3300.58282.8619.7734.71
Hex60476A92103A11b1423
Octal14010715211410724332443
Binary1100000100011111010101001100001011101010001101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60476A; }

 p { color: rgb(96,71,106); }

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

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

 a { background-color: rgb(96,71,106); }

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

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

 span { border-color: rgb(96,71,106); }

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