#63498C

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

Shades of Daisy Bush #63498C

Tints of Daisy Bush #63498C

Color information

#63498C (or 0x63498C) is unknown color: approx Daisy Bush. HEX triplet: 63, 49 and 8C. RGB value is (99,73,140). Sum of RGB (Red+Green+Blue) = 99+73+140=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #63498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63498C is #9CB673. Grayscale: #585858. Windows color (decimal): -10270324 or 9193827. OLE color: 9193827.

HSL color Cylindrical-coordinate representation of color #63498C: hue angle of 263.28º degrees, saturation: 0.31, 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 #63498C is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9973140-
CMYK0.290.4800.45
HSL263.28º31.46%41.76%-
HSV(B)263.28º47.86%54.9%-
XYZ12.269.3125.96-
YUV88.41157.11135.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=31.73%
G=23.40%
B=44.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99731400.290.4800.45263.2831.4641.76
Hex63498C1D3002D1071f2a
Octal14311121435600554073752
Binary110001110010011000110011101110000010110110000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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