#604276

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

Shades of Honey Flower #604276

Tints of Honey Flower #604276

Color information

#604276 (or 0x604276) is unknown color: approx Honey Flower. HEX triplet: 60, 42 and 76. RGB value is (96,66,118). Sum of RGB (Red+Green+Blue) = 96+66+118=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #604276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604276 is #9FBD89. Grayscale: #505050. Windows color (decimal): -10468746 or 7750240. OLE color: 7750240.

HSL color Cylindrical-coordinate representation of color #604276: hue angle of 274.62º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #604276 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9666118-
CMYK0.190.4400.54
HSL274.62º28.26%36.08%-
HSV(B)274.62º44.07%46.27%-
XYZ10.047.6918.09-
YUV80.9148.94138.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=34.29%
G=23.57%
B=42.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96661180.190.4400.54274.6228.2636.08
Hex604276132C0361131c24
Octal14010216623540664233444
Binary11000001000010111011010011101100011011010001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604276; }

 p { color: rgb(96,66,118); }

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

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

 a { background-color: rgb(96,66,118); }

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

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

 span { border-color: rgb(96,66,118); }

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