#634872

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

Shades of Honey Flower #634872

Tints of Honey Flower #634872

Color information

#634872 (or 0x634872) is unknown color: approx Honey Flower. HEX triplet: 63, 48 and 72. RGB value is (99,72,114). Sum of RGB (Red+Green+Blue) = 99+72+114=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #634872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634872 is #9CB78D. Grayscale: #545454. Windows color (decimal): -10270606 or 7489635. OLE color: 7489635.

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

Color convert

RGB9972114-
CMYK0.130.3700.55
HSL278.57º22.58%36.47%-
HSV(B)278.57º36.84%44.71%-
XYZ10.58.517.01-
YUV84.86144.45138.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 114 (44.92% from 255) = 40%
R=34.74%
G=25.26%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99721140.130.3700.55278.5722.5836.47
Hex634872D250371171724
Octal14311016215450674272744
Binary1100011100100011100101101100101011011110001011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634872; }

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

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

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

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

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

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

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

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