#634475

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

Shades of Honey Flower #634475

Tints of Honey Flower #634475

Color information

#634475 (or 0x634475) is unknown color: approx Honey Flower. HEX triplet: 63, 44 and 75. RGB value is (99,68,117). Sum of RGB (Red+Green+Blue) = 99+68+117=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #634475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634475 is #9CBB8A. Grayscale: #525252. Windows color (decimal): -10271627 or 7685219. OLE color: 7685219.

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

Color convert

RGB9968117-
CMYK0.150.4200.54
HSL277.96º26.49%36.27%-
HSV(B)277.96º41.88%45.88%-
XYZ10.428.0717.84-
YUV82.85147.27139.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=34.86%
G=23.94%
B=41.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99681170.150.4200.54277.9626.4936.27
Hex634475F2A0361161a24
Octal14310416517520664263244
Binary1100011100010011101011111101010011011010001011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634475; }

 p { color: rgb(99,68,117); }

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

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

 a { background-color: rgb(99,68,117); }

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

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

 span { border-color: rgb(99,68,117); }

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