#60476F

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

Shades of Honey Flower #60476F

Tints of Honey Flower #60476F

Color information

#60476F (or 0x60476F) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 6F. RGB value is (96,71,111). Sum of RGB (Red+Green+Blue) = 96+71+111=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #60476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60476F is #9FB890. Grayscale: #525252. Windows color (decimal): -10467473 or 7292768. OLE color: 7292768.

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

Color convert

RGB9671111-
CMYK0.140.3600.56
HSL277.5º21.98%35.69%-
HSV(B)277.5º36.04%43.53%-
XYZ9.958.1416.09-
YUV83.04143.78137.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.53%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=34.53%
G=25.54%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96711110.140.3600.56277.521.9835.69
Hex60476FE240381161624
Octal14010715716440704262644
Binary1100000100011111011111110100100011100010001011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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