#604B71

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

Shades of Honey Flower #604B71

Tints of Honey Flower #604B71

Color information

#604B71 (or 0x604B71) is unknown color: approx Honey Flower. HEX triplet: 60, 4B and 71. RGB value is (96,75,113). Sum of RGB (Red+Green+Blue) = 96+75+113=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 113 - color contains mainly: blue. Hex color #604B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B71 is #9FB48E. Grayscale: #555555. Windows color (decimal): -10466447 or 7424864. OLE color: 7424864.

HSL color Cylindrical-coordinate representation of color #604B71: hue angle of 273.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #604B71 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9675113-
CMYK0.150.3400.56
HSL273.16º20.21%36.86%-
HSV(B)273.16º33.63%44.31%-
XYZ10.328.7116.76-
YUV85.61143.46135.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=33.80%
G=26.41%
B=39.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96751130.150.3400.56273.1620.2136.86
Hex604B71F220381111425
Octal14011316117420704212445
Binary1100000100101111100011111100010011100010001000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604B71; }

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

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

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

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

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

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

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

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