#63466C

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

Shades of Honey Flower #63466C

Tints of Honey Flower #63466C

Color information

#63466C (or 0x63466C) is unknown color: approx Honey Flower. HEX triplet: 63, 46 and 6C. RGB value is (99,70,108). Sum of RGB (Red+Green+Blue) = 99+70+108=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #63466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63466C is #9CB993. Grayscale: #525252. Windows color (decimal): -10271124 or 7095907. OLE color: 7095907.

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

Color convert

RGB9970108-
CMYK0.080.3500.58
HSL285.79º21.35%34.9%-
HSV(B)285.79º35.19%42.35%-
XYZ10.048.1215.22-
YUV83142.11139.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=35.74%
G=25.27%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99701080.080.3500.58285.7921.3534.9
Hex63466C82303A11e1523
Octal14310615410430724362543
Binary1100011100011011011001000100011011101010001111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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