#634974

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

Shades of Honey Flower #634974

Tints of Honey Flower #634974

Color information

#634974 (or 0x634974) is unknown color: approx Honey Flower. HEX triplet: 63, 49 and 74. RGB value is (99,73,116). Sum of RGB (Red+Green+Blue) = 99+73+116=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #634974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634974 is #9CB68B. Grayscale: #555555. Windows color (decimal): -10270348 or 7620963. OLE color: 7620963.

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

Color convert

RGB9973116-
CMYK0.150.3700.55
HSL276.28º22.75%37.06%-
HSV(B)276.28º37.07%45.49%-
XYZ10.688.6817.64-
YUV85.68145.11137.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=34.38%
G=25.35%
B=40.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99731160.150.3700.55276.2822.7537.06
Hex634974F250371141725
Octal14311116417450674242745
Binary1100011100100111101001111100101011011110001010010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634974; }

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

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

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

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

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

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

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

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