#604371

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

Shades of Honey Flower #604371

Tints of Honey Flower #604371

Color information

#604371 (or 0x604371) is unknown color: approx Honey Flower. HEX triplet: 60, 43 and 71. RGB value is (96,67,113). Sum of RGB (Red+Green+Blue) = 96+67+113=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #604371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604371 is #9FBC8E. Grayscale: #505050. Windows color (decimal): -10468495 or 7422816. OLE color: 7422816.

HSL color Cylindrical-coordinate representation of color #604371: hue angle of 277.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604371 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9667113-
CMYK0.150.4100.56
HSL277.83º25.56%35.29%-
HSV(B)277.83º40.71%44.31%-
XYZ9.817.6916.59-
YUV80.92146.11138.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.78%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=34.78%
G=24.28%
B=40.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96671130.150.4100.56277.8325.5635.29
Hex604371F290381161a23
Octal14010316117510704263243
Binary1100000100001111100011111101001011100010001011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604371; }

 p { color: rgb(96,67,113); }

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

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

 a { background-color: rgb(96,67,113); }

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

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

 span { border-color: rgb(96,67,113); }

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