#604275

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

Shades of Honey Flower #604275

Tints of Honey Flower #604275

Color information

#604275 (or 0x604275) is unknown color: approx Honey Flower. HEX triplet: 60, 42 and 75. RGB value is (96,66,117). Sum of RGB (Red+Green+Blue) = 96+66+117=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #604275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604275 is #9FBD8A. Grayscale: #505050. Windows color (decimal): -10468747 or 7684704. OLE color: 7684704.

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

Color convert

RGB9666117-
CMYK0.180.4400.54
HSL275.29º27.87%35.88%-
HSV(B)275.29º43.59%45.88%-
XYZ9.987.6717.78-
YUV80.78148.44138.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.41%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=34.41%
G=23.66%
B=41.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96661170.180.4400.54275.2927.8735.88
Hex604275122C0361131c24
Octal14010216522540664233444
Binary11000001000010111010110010101100011011010001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604275; }

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

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

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

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

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

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

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

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