#63478E

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

Shades of Daisy Bush #63478E

Tints of Daisy Bush #63478E

Color information

#63478E (or 0x63478E) is unknown color: approx Daisy Bush. HEX triplet: 63, 47 and 8E. RGB value is (99,71,142). Sum of RGB (Red+Green+Blue) = 99+71+142=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #63478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63478E is #9CB871. Grayscale: #575757. Windows color (decimal): -10270834 or 9324387. OLE color: 9324387.

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

Color convert

RGB9971142-
CMYK0.300.500.44
HSL263.66º33.33%41.76%-
HSV(B)263.66º50%55.69%-
XYZ12.289.1126.7-
YUV87.47158.78136.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=31.73%
G=22.76%
B=45.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99711420.300.500.44263.6633.3341.76
Hex63478E1E3202C108212a
Octal14310721636620544104152
Binary1100011100011110001110111101100100101100100001000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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