#63466E

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

Shades of Honey Flower #63466E

Tints of Honey Flower #63466E

Color information

#63466E (or 0x63466E) is unknown color: approx Honey Flower. HEX triplet: 63, 46 and 6E. RGB value is (99,70,110). Sum of RGB (Red+Green+Blue) = 99+70+110=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #63466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63466E is #9CB991. Grayscale: #535353. Windows color (decimal): -10271122 or 7226979. OLE color: 7226979.

HSL color Cylindrical-coordinate representation of color #63466E: hue angle of 283.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63466E is Cyan = 0.1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9970110-
CMYK0.10.3600.57
HSL283.5º22.22%35.29%-
HSV(B)283.5º36.36%43.14%-
XYZ10.158.1615.79-
YUV83.23143.11139.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=35.48%
G=25.09%
B=39.43%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99701100.10.3600.57283.522.2235.29
Hex63466EA2403911c1623
Octal14310615612440714342643
Binary1100011100011011011101010100100011100110001110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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