#63408E

Color #63408E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #63408E

Tints of Daisy Bush #63408E

Color information

#63408E (or 0x63408E) is unknown color: approx Daisy Bush. HEX triplet: 63, 40 and 8E. RGB value is (99,64,142). Sum of RGB (Red+Green+Blue) = 99+64+142=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #63408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63408E is #9CBF71. Grayscale: #535353. Windows color (decimal): -10272626 or 9322595. OLE color: 9322595.

HSL color Cylindrical-coordinate representation of color #63408E: hue angle of 266.92º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63408E is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9964142-
CMYK0.300.5500.44
HSL266.92º37.86%40.39%-
HSV(B)266.92º54.93%55.69%-
XYZ11.868.2726.56-
YUV83.36161.1139.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.46%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=32.46%
G=20.98%
B=46.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99641420.300.5500.44266.9237.8640.39
Hex63408E1E3702C10b2628
Octal14310021636670544134650
Binary1100011100000010001110111101101110101100100001011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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