#604166

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

Shades of Honey Flower #604166

Tints of Honey Flower #604166

Color information

#604166 (or 0x604166) is unknown color: approx Honey Flower. HEX triplet: 60, 41 and 66. RGB value is (96,65,102). Sum of RGB (Red+Green+Blue) = 96+65+102=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #604166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604166 is #9FBE99. Grayscale: #4E4E4E. Windows color (decimal): -10469018 or 6701408. OLE color: 6701408.

HSL color Cylindrical-coordinate representation of color #604166: hue angle of 290.27º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #604166 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9665102-
CMYK0.060.3600.6
HSL290.27º22.16%32.75%-
HSV(B)290.27º36.27%40%-
XYZ9.117.2313.48-
YUV78.49141.27140.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=36.50%
G=24.71%
B=38.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96651020.060.3600.6290.2722.1632.75
Hex60416662403C1221621
Octal1401011466440744422641
Binary110000010000011100110110100100011110010010001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604166; }

 p { color: rgb(96,65,102); }

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

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

 a { background-color: rgb(96,65,102); }

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

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

 span { border-color: rgb(96,65,102); }

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