#63476C

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

Shades of Honey Flower #63476C

Tints of Honey Flower #63476C

Color information

#63476C (or 0x63476C) is unknown color: approx Honey Flower. HEX triplet: 63, 47 and 6C. RGB value is (99,71,108). Sum of RGB (Red+Green+Blue) = 99+71+108=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #63476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63476C is #9CB893. Grayscale: #535353. Windows color (decimal): -10270868 or 7096163. OLE color: 7096163.

HSL color Cylindrical-coordinate representation of color #63476C: hue angle of 285.41º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63476C is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9971108-
CMYK0.080.3400.58
HSL285.41º20.67%35.1%-
HSV(B)285.41º34.26%42.35%-
XYZ10.118.2415.25-
YUV83.59141.78138.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=35.61%
G=25.54%
B=38.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99711080.080.3400.58285.4120.6735.1
Hex63476C82203A11d1523
Octal14310715410420724352543
Binary1100011100011111011001000100010011101010001110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63476C; }

 p { color: rgb(99,71,108); }

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

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

 a { background-color: rgb(99,71,108); }

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

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

 span { border-color: rgb(99,71,108); }

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