#63456C

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

Shades of Honey Flower #63456C

Tints of Honey Flower #63456C

Color information

#63456C (or 0x63456C) is unknown color: approx Honey Flower. HEX triplet: 63, 45 and 6C. RGB value is (99,69,108). Sum of RGB (Red+Green+Blue) = 99+69+108=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #63456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63456C is #9CBA93. Grayscale: #525252. Windows color (decimal): -10271380 or 7095651. OLE color: 7095651.

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

Color convert

RGB9969108-
CMYK0.080.3600.58
HSL286.15º22.03%34.71%-
HSV(B)286.15º36.11%42.35%-
XYZ9.987.9915.2-
YUV82.42142.44139.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=35.87%
G=25%
B=39.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99691080.080.3600.58286.1522.0334.71
Hex63456C82403A11e1623
Octal14310515410440724362643
Binary1100011100010111011001000100100011101010001111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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