#63448F

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

Shades of Daisy Bush #63448F

Tints of Daisy Bush #63448F

Color information

#63448F (or 0x63448F) is unknown color: approx Daisy Bush. HEX triplet: 63, 44 and 8F. RGB value is (99,68,143). Sum of RGB (Red+Green+Blue) = 99+68+143=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #63448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63448F is #9CBB70. Grayscale: #555555. Windows color (decimal): -10271601 or 9389155. OLE color: 9389155.

HSL color Cylindrical-coordinate representation of color #63448F: hue angle of 264.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63448F is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9968143-
CMYK0.310.5200.44
HSL264.8º35.55%41.37%-
HSV(B)264.8º52.45%56.08%-
XYZ12.178.7727.04-
YUV85.82160.27137.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=31.94%
G=21.94%
B=46.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99681430.310.5200.44264.835.5541.37
Hex63448F1F3402C1092429
Octal14310421737640544114451
Binary1100011100010010001111111111101000101100100001001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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