#63458B

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

Shades of Daisy Bush #63458B

Tints of Daisy Bush #63458B

Color information

#63458B (or 0x63458B) is unknown color: approx Daisy Bush. HEX triplet: 63, 45 and 8B. RGB value is (99,69,139). Sum of RGB (Red+Green+Blue) = 99+69+139=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #63458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63458B is #9CBA74. Grayscale: #555555. Windows color (decimal): -10271349 or 9127267. OLE color: 9127267.

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

Color convert

RGB9969139-
CMYK0.290.5000.45
HSL265.71º33.65%40.78%-
HSV(B)265.71º50.36%54.51%-
XYZ11.938.7725.49-
YUV85.95157.94137.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=32.25%
G=22.48%
B=45.28%

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
Decimal99691390.290.5000.45265.7133.6540.78
Hex63458B1D3202D10a2229
Octal14310521335620554124251
Binary1100011100010110001011111011100100101101100001010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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