#604B72

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

Shades of Honey Flower #604B72

Tints of Honey Flower #604B72

Color information

#604B72 (or 0x604B72) is unknown color: approx Honey Flower. HEX triplet: 60, 4B and 72. RGB value is (96,75,114). Sum of RGB (Red+Green+Blue) = 96+75+114=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #604B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B72 is #9FB48D. Grayscale: #555555. Windows color (decimal): -10466446 or 7490400. OLE color: 7490400.

HSL color Cylindrical-coordinate representation of color #604B72: hue angle of 272.31º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #604B72 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9675114-
CMYK0.160.3400.55
HSL272.31º20.63%37.06%-
HSV(B)272.31º34.21%44.71%-
XYZ10.388.7317.06-
YUV85.72143.96135.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 114 (44.92% from 255) = 40%
R=33.68%
G=26.32%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96751140.160.3400.55272.3120.6337.06
Hex604B7210220371101525
Octal14011316220420674202545
Binary11000001001011111001010000100010011011110001000010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604B72; }

 p { color: rgb(96,75,114); }

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

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

 a { background-color: rgb(96,75,114); }

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

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

 span { border-color: rgb(96,75,114); }

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