#604675

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

Shades of Honey Flower #604675

Tints of Honey Flower #604675

Color information

#604675 (or 0x604675) is unknown color: approx Honey Flower. HEX triplet: 60, 46 and 75. RGB value is (96,70,117). Sum of RGB (Red+Green+Blue) = 96+70+117=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #604675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604675 is #9FB98A. Grayscale: #525252. Windows color (decimal): -10467723 or 7685728. OLE color: 7685728.

HSL color Cylindrical-coordinate representation of color #604675: hue angle of 273.19º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #604675 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9670117-
CMYK0.180.4000.54
HSL273.19º25.13%36.67%-
HSV(B)273.19º40.17%45.88%-
XYZ10.228.1517.86-
YUV83.13147.11137.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=33.92%
G=24.73%
B=41.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96701170.180.4000.54273.1925.1336.67
Hex60467512280361111925
Octal14010616522500664213145
Binary11000001000110111010110010101000011011010001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604675; }

 p { color: rgb(96,70,117); }

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

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

 a { background-color: rgb(96,70,117); }

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

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

 span { border-color: rgb(96,70,117); }

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