#634376

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

Shades of Honey Flower #634376

Tints of Honey Flower #634376

Color information

#634376 (or 0x634376) is unknown color: approx Honey Flower. HEX triplet: 63, 43 and 76. RGB value is (99,67,118). Sum of RGB (Red+Green+Blue) = 99+67+118=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #634376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634376 is #9CBC89. Grayscale: #525252. Windows color (decimal): -10271882 or 7750499. OLE color: 7750499.

HSL color Cylindrical-coordinate representation of color #634376: hue angle of 277.65º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #634376 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9967118-
CMYK0.160.4300.54
HSL277.65º27.57%36.27%-
HSV(B)277.65º43.22%46.27%-
XYZ10.427.9718.13-
YUV82.38148.1139.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=34.86%
G=23.59%
B=41.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99671180.160.4300.54277.6527.5736.27
Hex634376102B0361161c24
Octal14310316620530664263444
Binary11000111000011111011010000101011011011010001011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634376; }

 p { color: rgb(99,67,118); }

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

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

 a { background-color: rgb(99,67,118); }

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

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

 span { border-color: rgb(99,67,118); }

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