#63448C

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

Shades of Daisy Bush #63448C

Tints of Daisy Bush #63448C

Color information

#63448C (or 0x63448C) is unknown color: approx Daisy Bush. HEX triplet: 63, 44 and 8C. RGB value is (99,68,140). Sum of RGB (Red+Green+Blue) = 99+68+140=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #63448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63448C is #9CBB73. Grayscale: #555555. Windows color (decimal): -10271604 or 9192547. OLE color: 9192547.

HSL color Cylindrical-coordinate representation of color #63448C: hue angle of 265.83º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63448C is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9968140-
CMYK0.290.5100.45
HSL265.83º34.62%40.78%-
HSV(B)265.83º51.43%54.9%-
XYZ11.958.6825.86-
YUV85.48158.77137.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=32.25%
G=22.15%
B=45.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99681400.290.5100.45265.8334.6240.78
Hex63448C1D3302D10a2329
Octal14310421435630554124351
Binary1100011100010010001100111011100110101101100001010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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