#63496D

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

Shades of Honey Flower #63496D

Tints of Honey Flower #63496D

Color information

#63496D (or 0x63496D) is unknown color: approx Honey Flower. HEX triplet: 63, 49 and 6D. RGB value is (99,73,109). Sum of RGB (Red+Green+Blue) = 99+73+109=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #63496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63496D is #9CB692. Grayscale: #545454. Windows color (decimal): -10270355 or 7162211. OLE color: 7162211.

HSL color Cylindrical-coordinate representation of color #63496D: hue angle of 283.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63496D is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9973109-
CMYK0.090.3300.57
HSL283.33º19.78%35.69%-
HSV(B)283.33º33.03%42.75%-
XYZ10.298.5215.57-
YUV84.88141.61138.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=35.23%
G=25.98%
B=38.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99731090.090.3300.57283.3319.7835.69
Hex63496D92103911b1424
Octal14311115511410714332444
Binary1100011100100111011011001100001011100110001101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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