#60476D

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

Shades of Honey Flower #60476D

Tints of Honey Flower #60476D

Color information

#60476D (or 0x60476D) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 6D. RGB value is (96,71,109). Sum of RGB (Red+Green+Blue) = 96+71+109=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #60476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60476D is #9FB892. Grayscale: #525252. Windows color (decimal): -10467475 or 7161696. OLE color: 7161696.

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

Color convert

RGB9671109-
CMYK0.120.3500.57
HSL279.47º21.11%35.29%-
HSV(B)279.47º34.86%42.75%-
XYZ9.848.115.51-
YUV82.81142.78137.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=34.78%
G=25.72%
B=39.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96711090.120.3500.57279.4721.1135.29
Hex60476DC230391171523
Octal14010715514430714272543
Binary1100000100011111011011100100011011100110001011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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