Html Css Color HEX #63458D Daisy Bush

📋 copy color: '#63458D'

red 99 ◦ green 69 ◦ blue 141

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

Shades of Daisy Bush #63458D

Tints of Daisy Bush #63458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.33%

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

R = 32.04%
G = 22.33%
B = 45.63%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63458D (or 0x63458D) is known color: Daisy Bush. HEX triplet: 63, 45 and 8D. RGB value is (99,69,141). Sum of RGB (Red+Green+Blue) = 99+69+141=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #63458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63458D is #9CBA72. Grayscale: #555555. Windows color (decimal): -10271347 or 9258339. OLE color: 9258339.

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

Color convert

RGB 99 69 141 -
CMYK 0.30 0.51 0 0.45
HSL 265º 0.34% 0.41% -
HSV(B) 265º 0.51% 0.55% -
XYZ 12.08 8.83 26.27 -
YUV 86.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 99 69 141 0.30 0.51 0 0.45 265 0.34 0.41
Hex 63 45 8D 1E 33 0 2D 109 22 29
Octal 143 105 215 36 63 0 55 411 42 51
Binary 1100011 1000101 10001101 11110 110011 0 101101 100001001 100010 101001

Color Harmonies of #63458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63458D

Black with #63458D

Text Example


Text Example

White with #63458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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