#604775

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

Shades of Honey Flower #604775

Tints of Honey Flower #604775

Color information

#604775 (or 0x604775) is unknown color: approx Honey Flower. HEX triplet: 60, 47 and 75. RGB value is (96,71,117). Sum of RGB (Red+Green+Blue) = 96+71+117=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #604775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604775 is #9FB88A. Grayscale: #535353. Windows color (decimal): -10467467 or 7685984. OLE color: 7685984.

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

Color convert

RGB9671117-
CMYK0.180.3900.54
HSL272.61º24.47%36.86%-
HSV(B)272.61º39.32%45.88%-
XYZ10.298.2817.89-
YUV83.72146.78136.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=33.80%
G=25%
B=41.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96711170.180.3900.54272.6124.4736.86
Hex60477512270361111825
Octal14010716522470664213045
Binary11000001000111111010110010100111011011010001000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604775; }

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

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

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

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

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

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

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

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