#63438D

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

Shades of Daisy Bush #63438D

Tints of Daisy Bush #63438D

Color information

#63438D (or 0x63438D) is unknown color: approx Daisy Bush. HEX triplet: 63, 43 and 8D. RGB value is (99,67,141). Sum of RGB (Red+Green+Blue) = 99+67+141=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #63438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63438D is #9CBC72. Grayscale: #545454. Windows color (decimal): -10271859 or 9257827. OLE color: 9257827.

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

Color convert

RGB9967141-
CMYK0.300.5200.45
HSL265.95º35.58%40.78%-
HSV(B)265.95º52.48%55.29%-
XYZ11.968.5926.23-
YUV85159.6137.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=32.25%
G=21.82%
B=45.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99671410.300.5200.45265.9535.5840.78
Hex63438D1E3402D10a2429
Octal14310321536640554124451
Binary1100011100001110001101111101101000101101100001010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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