#63488E

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

Shades of Daisy Bush #63488E

Tints of Daisy Bush #63488E

Color information

#63488E (or 0x63488E) is unknown color: approx Daisy Bush. HEX triplet: 63, 48 and 8E. RGB value is (99,72,142). Sum of RGB (Red+Green+Blue) = 99+72+142=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #63488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63488E is #9CB771. Grayscale: #575757. Windows color (decimal): -10270578 or 9324643. OLE color: 9324643.

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

Color convert

RGB9972142-
CMYK0.300.4900.44
HSL263.14º32.71%41.96%-
HSV(B)263.14º49.3%55.69%-
XYZ12.359.2426.72-
YUV88.05158.45135.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=31.63%
G=23.00%
B=45.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99721420.300.4900.44263.1432.7141.96
Hex63488E1E3102C107212a
Octal14311021636610544074152
Binary1100011100100010001110111101100010101100100000111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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