#63407c

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

Shades of Honey Flower #63407C

Tints of Honey Flower #63407C

Color information

#63407C (or 0x63407C) is unknown color: approx Honey Flower. HEX triplet: 63, 40 and 7C. RGB value is (99,64,124). Sum of RGB (Red+Green+Blue) = 99+64+124=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #63407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63407C is #9CBF83. Grayscale: #515151. Windows color (decimal): -10272644 or 8142947. OLE color: 8142947.

HSL color Cylindrical-coordinate representation of color #63407C: hue angle of 275º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63407C is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9964124-
CMYK0.200.4800.51
HSL275º31.91%36.86%-
HSV(B)275º48.39%48.63%-
XYZ10.627.7720.01-
YUV81.3152.1140.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=34.49%
G=22.30%
B=43.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99641240.200.4800.5127531.9136.86
Hex63407C14300331132025
Octal14310017424600634234045
Binary110001110000001111100101001100000110011100010011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63407c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63407c; }

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

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

<style>
 a { background-color: #63407c; }

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

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

<style>
 span { border-color: #63407c; }

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

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