#604075

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

Shades of Honey Flower #604075

Tints of Honey Flower #604075

Color information

#604075 (or 0x604075) is unknown color: approx Honey Flower. HEX triplet: 60, 40 and 75. RGB value is (96,64,117). Sum of RGB (Red+Green+Blue) = 96+64+117=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #604075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604075 is #9FBF8A. Grayscale: #4F4F4F. Windows color (decimal): -10469259 or 7684192. OLE color: 7684192.

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

Color convert

RGB9664117-
CMYK0.180.4500.54
HSL276.23º29.28%35.49%-
HSV(B)276.23º45.3%45.88%-
XYZ9.877.4417.75-
YUV79.61149.1139.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=34.66%
G=23.10%
B=42.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96641170.180.4500.54276.2329.2835.49
Hex604075122D0361141d23
Octal14010016522550664243543
Binary11000001000000111010110010101101011011010001010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604075; }

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

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

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

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

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

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

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

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