Html Css Color HEX #63478D Daisy Bush

📋 copy color: '#63478D'

red 99 ◦ green 71 ◦ blue 141

#63478D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #63478D

Tints of Daisy Bush #63478D

RGB

 RED value IS 99 (39.06% from 255) = 31.83%

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 31.83%
G = 22.83%
B = 45.34%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63478D (or 0x63478D) is known color: Daisy Bush. HEX triplet: 63, 47 and 8D. RGB value is (99,71,141). Sum of RGB (Red+Green+Blue) = 99+71+141=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #63478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63478D is #9CB872. Grayscale: #575757. Windows color (decimal): -10270835 or 9258851. OLE color: 9258851.

HSL color Cylindrical-coordinate representation of color #63478D: hue angle of 264º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63478D is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 71 141 -
CMYK 0.30 0.50 0 0.45
HSL 264º 0.33% 0.42% -
HSV(B) 264º 0.5% 0.55% -
XYZ 12.21 9.08 26.31 -
YUV 87.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 99 71 141 0.30 0.50 0 0.45 264 0.33 0.42
Hex 63 47 8D 1E 32 0 2D 108 21 2A
Octal 143 107 215 36 62 0 55 410 41 52
Binary 1100011 1000111 10001101 11110 110010 0 101101 100001000 100001 101010

Color Harmonies of #63478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63478D

Black with #63478D

Text Example


Text Example

White with #63478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63478D;
 }
 .AnyTagClassName
 {
   color: #63478D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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