Html Css Color HEX #63448D Daisy Bush

📋 copy color: '#63448D'

red 99 ◦ green 68 ◦ blue 141

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

Shades of Daisy Bush #63448D

Tints of Daisy Bush #63448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

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

R = 32.14%
G = 22.08%
B = 45.78%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63448D (or 0x63448D) is known color: Daisy Bush. HEX triplet: 63, 44 and 8D. RGB value is (99,68,141). Sum of RGB (Red+Green+Blue) = 99+68+141=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #63448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63448D is #9CBB72. Grayscale: #555555. Windows color (decimal): -10271603 or 9258083. OLE color: 9258083.

HSL color Cylindrical-coordinate representation of color #63448D: hue angle of 265.48º 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 #63448D is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 68 141 -
CMYK 0.30 0.52 0 0.45
HSL 265.48º 0.35% 0.41% -
HSV(B) 265.48º 0.52% 0.55% -
XYZ 12.02 8.71 26.25 -
YUV 85.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 99 68 141 0.30 0.52 0 0.45 265.48 0.35 0.41
Hex 63 44 8D 1E 34 0 2D 109 23 29
Octal 143 104 215 36 64 0 55 411 43 51
Binary 1100011 1000100 10001101 11110 110100 0 101101 100001001 100011 101001

Color Harmonies of #63448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63448D

Black with #63448D

Text Example


Text Example

White with #63448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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