#604378

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

Shades of Honey Flower #604378

Tints of Honey Flower #604378

Color information

#604378 (or 0x604378) is unknown color: approx Honey Flower. HEX triplet: 60, 43 and 78. RGB value is (96,67,120). Sum of RGB (Red+Green+Blue) = 96+67+120=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #604378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604378 is #9FBC87. Grayscale: #515151. Windows color (decimal): -10468488 or 7881568. OLE color: 7881568.

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

Color convert

RGB9667120-
CMYK0.20.4400.53
HSL272.83º28.34%36.67%-
HSV(B)272.83º44.17%47.06%-
XYZ10.227.8618.75-
YUV81.71149.61138.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=33.92%
G=23.67%
B=42.40%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96671200.20.4400.53272.8328.3436.67
Hex604378142C0351111c25
Octal14010317024540654213445
Binary11000001000011111100010100101100011010110001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604378; }

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

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

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

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

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

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

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

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