#634174

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

Shades of Honey Flower #634174

Tints of Honey Flower #634174

Color information

#634174 (or 0x634174) is unknown color: approx Honey Flower. HEX triplet: 63, 41 and 74. RGB value is (99,65,116). Sum of RGB (Red+Green+Blue) = 99+65+116=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #634174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634174 is #9CBE8B. Grayscale: #505050. Windows color (decimal): -10272396 or 7618915. OLE color: 7618915.

HSL color Cylindrical-coordinate representation of color #634174: hue angle of 280º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634174 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9965116-
CMYK0.150.4400.55
HSL280º28.18%35.49%-
HSV(B)280º43.97%45.49%-
XYZ10.197.6917.47-
YUV80.98147.76140.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=35.36%
G=23.21%
B=41.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99651160.150.4400.5528028.1835.49
Hex634174F2C0371181c23
Octal14310116417540674303443
Binary1100011100000111101001111101100011011110001100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634174; }

 p { color: rgb(99,65,116); }

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

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

 a { background-color: rgb(99,65,116); }

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

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

 span { border-color: rgb(99,65,116); }

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