#63428B

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

Shades of Daisy Bush #63428B

Tints of Daisy Bush #63428B

Color information

#63428B (or 0x63428B) is unknown color: approx Daisy Bush. HEX triplet: 63, 42 and 8B. RGB value is (99,66,139). Sum of RGB (Red+Green+Blue) = 99+66+139=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #63428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63428B is #9CBD74. Grayscale: #535353. Windows color (decimal): -10272117 or 9126499. OLE color: 9126499.

HSL color Cylindrical-coordinate representation of color #63428B: hue angle of 267.12º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63428B is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9966139-
CMYK0.290.5300.45
HSL267.12º35.61%40.2%-
HSV(B)267.12º52.52%54.51%-
XYZ11.758.4125.43-
YUV84.19158.93138.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=32.57%
G=21.71%
B=45.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99661390.290.5300.45267.1235.6140.2
Hex63428B1D3502D10b2428
Octal14310221335650554134450
Binary1100011100001010001011111011101010101101100001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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