#63468B

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

Shades of Daisy Bush #63468B

Tints of Daisy Bush #63468B

Color information

#63468B (or 0x63468B) is unknown color: approx Daisy Bush. HEX triplet: 63, 46 and 8B. RGB value is (99,70,139). Sum of RGB (Red+Green+Blue) = 99+70+139=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #63468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63468B is #9CB974. Grayscale: #565656. Windows color (decimal): -10271093 or 9127523. OLE color: 9127523.

HSL color Cylindrical-coordinate representation of color #63468B: hue angle of 265.22º degrees, saturation: 0.33, 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 #63468B is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9970139-
CMYK0.290.5000.45
HSL265.22º33.01%40.98%-
HSV(B)265.22º49.64%54.51%-
XYZ128.925.51-
YUV86.54157.61136.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=32.14%
G=22.73%
B=45.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99701390.290.5000.45265.2233.0140.98
Hex63468B1D3202D1092129
Octal14310621335620554114151
Binary1100011100011010001011111011100100101101100001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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