#63466D

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

Shades of Honey Flower #63466D

Tints of Honey Flower #63466D

Color information

#63466D (or 0x63466D) is unknown color: approx Honey Flower. HEX triplet: 63, 46 and 6D. RGB value is (99,70,109). Sum of RGB (Red+Green+Blue) = 99+70+109=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #63466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63466D is #9CB992. Grayscale: #525252. Windows color (decimal): -10271123 or 7161443. OLE color: 7161443.

HSL color Cylindrical-coordinate representation of color #63466D: hue angle of 284.62º 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 #63466D is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9970109-
CMYK0.090.3600.57
HSL284.62º21.79%35.1%-
HSV(B)284.62º35.78%42.75%-
XYZ10.18.1415.51-
YUV83.12142.61139.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=35.61%
G=25.18%
B=39.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99701090.090.3600.57284.6221.7935.1
Hex63466D92403911d1623
Octal14310615511440714352643
Binary1100011100011011011011001100100011100110001110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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