#63468D

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

Shades of Daisy Bush #63468D

Tints of Daisy Bush #63468D

Color information

#63468D (or 0x63468D) is unknown color: approx Daisy Bush. HEX triplet: 63, 46 and 8D. RGB value is (99,70,141). Sum of RGB (Red+Green+Blue) = 99+70+141=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #63468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63468D is #9CB972. Grayscale: #565656. Windows color (decimal): -10271091 or 9258595. OLE color: 9258595.

HSL color Cylindrical-coordinate representation of color #63468D: hue angle of 264.51º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63468D is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9970141-
CMYK0.300.5000.45
HSL264.51º33.65%41.37%-
HSV(B)264.51º50.35%55.29%-
XYZ12.148.9626.29-
YUV86.76158.61136.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=31.94%
G=22.58%
B=45.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99701410.300.5000.45264.5133.6541.37
Hex63468D1E3202D1092229
Octal14310621536620554114251
Binary1100011100011010001101111101100100101101100001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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