#63498D

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

Shades of Daisy Bush #63498D

Tints of Daisy Bush #63498D

Color information

#63498D (or 0x63498D) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 8D. RGB value is (99,73,141). Sum of RGB (Red+Green+Blue) = 99+73+141=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #63498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63498D is #9CB672. Grayscale: #585858. Windows color (decimal): -10270323 or 9259363. OLE color: 9259363.

HSL color Cylindrical-coordinate representation of color #63498D: hue angle of 262.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63498D is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9973141-
CMYK0.300.4800.45
HSL262.94º31.78%41.96%-
HSV(B)262.94º48.23%55.29%-
XYZ12.349.3426.35-
YUV88.53157.61135.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=31.63%
G=23.32%
B=45.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99731410.300.4800.45262.9431.7841.96
Hex63498D1E3002D107202a
Octal14311121536600554074052
Binary1100011100100110001101111101100000101101100000111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63498D; }

 p { color: rgb(99,73,141); }

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

<style>
 a { background-color: #63498D; }

 a { background-color: rgb(99,73,141); }

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

<style>
 span { border-color: #63498D; }

 span { border-color: rgb(99,73,141); }

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