#634772

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

Shades of Honey Flower #634772

Tints of Honey Flower #634772

Color information

#634772 (or 0x634772) is unknown color: approx Honey Flower. HEX triplet: 63, 47 and 72. RGB value is (99,71,114). Sum of RGB (Red+Green+Blue) = 99+71+114=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #634772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634772 is #9CB88D. Grayscale: #545454. Windows color (decimal): -10270862 or 7489379. OLE color: 7489379.

HSL color Cylindrical-coordinate representation of color #634772: hue angle of 279.07º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #634772 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9971114-
CMYK0.130.3800.55
HSL279.07º23.24%36.27%-
HSV(B)279.07º37.72%44.71%-
XYZ10.448.3716.99-
YUV84.27144.78138.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=34.86%
G=25%
B=40.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99711140.130.3800.55279.0723.2436.27
Hex634772D260371171724
Octal14310716215460674272744
Binary1100011100011111100101101100110011011110001011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634772; }

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

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

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

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

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

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

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

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