#63416D

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

Shades of Honey Flower #63416D

Tints of Honey Flower #63416D

Color information

#63416D (or 0x63416D) is unknown color: approx Honey Flower. HEX triplet: 63, 41 and 6D. RGB value is (99,65,109). Sum of RGB (Red+Green+Blue) = 99+65+109=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #63416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63416D is #9CBE92. Grayscale: #505050. Windows color (decimal): -10272403 or 7160163. OLE color: 7160163.

HSL color Cylindrical-coordinate representation of color #63416D: hue angle of 286.36º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63416D is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9965109-
CMYK0.090.4000.57
HSL286.36º25.29%34.12%-
HSV(B)286.36º40.37%42.75%-
XYZ9.87.5415.41-
YUV80.18144.26141.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=36.26%
G=23.81%
B=39.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99651090.090.4000.57286.3625.2934.12
Hex63416D92803911e1922
Octal14310115511500714363142
Binary1100011100000111011011001101000011100110001111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63416D; }

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

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

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

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

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

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

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

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