#604478

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

Shades of Honey Flower #604478

Tints of Honey Flower #604478

Color information

#604478 (or 0x604478) is unknown color: approx Honey Flower. HEX triplet: 60, 44 and 78. RGB value is (96,68,120). Sum of RGB (Red+Green+Blue) = 96+68+120=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #604478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604478 is #9FBB87. Grayscale: #525252. Windows color (decimal): -10468232 or 7881824. OLE color: 7881824.

HSL color Cylindrical-coordinate representation of color #604478: hue angle of 272.31º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #604478 is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9668120-
CMYK0.20.4300.53
HSL272.31º27.66%36.86%-
HSV(B)272.31º43.33%47.06%-
XYZ10.287.9818.77-
YUV82.3149.28137.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=33.80%
G=23.94%
B=42.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96681200.20.4300.53272.3127.6636.86
Hex604478142B0351101c25
Octal14010417024530654203445
Binary11000001000100111100010100101011011010110001000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604478; }

 p { color: rgb(96,68,120); }

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

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

 a { background-color: rgb(96,68,120); }

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

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

 span { border-color: rgb(96,68,120); }

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