#634072

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

Shades of Honey Flower #634072

Tints of Honey Flower #634072

Color information

#634072 (or 0x634072) is unknown color: approx Honey Flower. HEX triplet: 63, 40 and 72. RGB value is (99,64,114). Sum of RGB (Red+Green+Blue) = 99+64+114=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #634072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634072 is #9CBF8D. Grayscale: #505050. Windows color (decimal): -10272654 or 7487587. OLE color: 7487587.

HSL color Cylindrical-coordinate representation of color #634072: hue angle of 282º 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 #634072 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9964114-
CMYK0.130.4400.55
HSL282º28.09%34.9%-
HSV(B)282º43.86%44.71%-
XYZ10.027.5316.85-
YUV80.16147.1141.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=35.74%
G=23.10%
B=41.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99641140.130.4400.5528228.0934.9
Hex634072D2C03711a1c23
Octal14310016215540674323443
Binary1100011100000011100101101101100011011110001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634072; }

 p { color: rgb(99,64,114); }

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

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

 a { background-color: rgb(99,64,114); }

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

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

 span { border-color: rgb(99,64,114); }

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