#63499B

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

Shades of Daisy Bush #63499B

Tints of Daisy Bush #63499B

Color information

#63499B (or 0x63499B) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 9B. RGB value is (99,73,155). Sum of RGB (Red+Green+Blue) = 99+73+155=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #63499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63499B is #9CB664. Grayscale: #595959. Windows color (decimal): -10270309 or 10176867. OLE color: 10176867.

HSL color Cylindrical-coordinate representation of color #63499B: hue angle of 259.02º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63499B is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9973155-
CMYK0.360.5300.39
HSL259.02º35.96%44.71%-
HSV(B)259.02º52.9%60.78%-
XYZ13.449.7832.19-
YUV90.12164.61134.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=30.28%
G=22.32%
B=47.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99731550.360.5300.39259.0235.9644.71
Hex63499B2435027103242d
Octal14311123344650474034455
Binary11000111001001100110111001001101010100111100000011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63499B; }

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

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

<style>
 a { background-color: #63499B; }

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

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

<style>
 span { border-color: #63499B; }

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

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