#604B70

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

Shades of Honey Flower #604B70

Tints of Honey Flower #604B70

Color information

#604B70 (or 0x604B70) is unknown color: approx Honey Flower. HEX triplet: 60, 4B and 70. RGB value is (96,75,112). Sum of RGB (Red+Green+Blue) = 96+75+112=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #604B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B70 is #9FB48F. Grayscale: #555555. Windows color (decimal): -10466448 or 7359328. OLE color: 7359328.

HSL color Cylindrical-coordinate representation of color #604B70: hue angle of 274.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604B70 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9675112-
CMYK0.140.3300.56
HSL274.05º19.79%36.67%-
HSV(B)274.05º33.04%43.92%-
XYZ10.268.6916.47-
YUV85.5142.96135.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=33.92%
G=26.50%
B=39.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96751120.140.3300.56274.0519.7936.67
Hex604B70E210381121425
Octal14011316016410704222445
Binary1100000100101111100001110100001011100010001001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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