#63406B

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

Shades of Honey Flower #63406B

Tints of Honey Flower #63406B

Color information

#63406B (or 0x63406B) is unknown color: approx Honey Flower. HEX triplet: 63, 40 and 6B. RGB value is (99,64,107). Sum of RGB (Red+Green+Blue) = 99+64+107=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #63406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63406B is #9CBF94. Grayscale: #4F4F4F. Windows color (decimal): -10272661 or 7028835. OLE color: 7028835.

HSL color Cylindrical-coordinate representation of color #63406B: hue angle of 288.84º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63406B is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9964107-
CMYK0.070.4000.58
HSL288.84º25.15%33.53%-
HSV(B)288.84º40.19%41.96%-
XYZ9.637.3814.83-
YUV79.37143.6142-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=36.67%
G=23.70%
B=39.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99641070.070.4000.58288.8425.1533.53
Hex63406B72803A1211922
Octal1431001537500724413142
Binary110001110000001101011111101000011101010010000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63406B; }

 p { color: rgb(99,64,107); }

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

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

 a { background-color: rgb(99,64,107); }

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

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

 span { border-color: rgb(99,64,107); }

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