#604568

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

Shades of Honey Flower #604568

Tints of Honey Flower #604568

Color information

#604568 (or 0x604568) is unknown color: approx Honey Flower. HEX triplet: 60, 45 and 68. RGB value is (96,69,104). Sum of RGB (Red+Green+Blue) = 96+69+104=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 104 - color contains mainly: blue. Hex color #604568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604568 is #9FBA97. Grayscale: #505050. Windows color (decimal): -10467992 or 6833504. OLE color: 6833504.

HSL color Cylindrical-coordinate representation of color #604568: hue angle of 286.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #604568 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9669104-
CMYK0.080.3400.59
HSL286.29º20.23%33.92%-
HSV(B)286.29º33.65%40.78%-
XYZ9.457.7414.09-
YUV81.06140.95138.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=35.69%
G=25.65%
B=38.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96691040.080.3400.59286.2920.2333.92
Hex60456882203B11e1422
Octal14010515010420734362442
Binary1100000100010111010001000100010011101110001111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604568; }

 p { color: rgb(96,69,104); }

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

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

 a { background-color: rgb(96,69,104); }

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

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

 span { border-color: rgb(96,69,104); }

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