#63438C

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

Shades of Daisy Bush #63438C

Tints of Daisy Bush #63438C

Color information

#63438C (or 0x63438C) is unknown color: approx Daisy Bush. HEX triplet: 63, 43 and 8C. RGB value is (99,67,140). Sum of RGB (Red+Green+Blue) = 99+67+140=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #63438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63438C is #9CBC73. Grayscale: #545454. Windows color (decimal): -10271860 or 9192291. OLE color: 9192291.

HSL color Cylindrical-coordinate representation of color #63438C: hue angle of 266.3º degrees, saturation: 0.35, 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 #63438C is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9967140-
CMYK0.290.5200.45
HSL266.3º35.27%40.59%-
HSV(B)266.3º52.14%54.9%-
XYZ11.898.5625.84-
YUV84.89159.1138.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=32.35%
G=21.90%
B=45.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99671400.290.5200.45266.335.2740.59
Hex63438C1D3402D10a2329
Octal14310321435640554124351
Binary1100011100001110001100111011101000101101100001010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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