#634175

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

Shades of Honey Flower #634175

Tints of Honey Flower #634175

Color information

#634175 (or 0x634175) is unknown color: approx Honey Flower. HEX triplet: 63, 41 and 75. RGB value is (99,65,117). Sum of RGB (Red+Green+Blue) = 99+65+117=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #634175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634175 is #9CBE8A. Grayscale: #505050. Windows color (decimal): -10272395 or 7684451. OLE color: 7684451.

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

Color convert

RGB9965117-
CMYK0.150.4400.54
HSL279.23º28.57%35.69%-
HSV(B)279.23º44.44%45.88%-
XYZ10.257.7217.78-
YUV81.09148.26140.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=35.23%
G=23.13%
B=41.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99651170.150.4400.54279.2328.5735.69
Hex634175F2C0361171d24
Octal14310116517540664273544
Binary1100011100000111101011111101100011011010001011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634175; }

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

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

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

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

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

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

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

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