Html Css Color HEX #634993 Daisy Bush

📋 copy color: '#634993'

red 99 ◦ green 73 ◦ blue 147

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

Shades of Daisy Bush #634993

Tints of Daisy Bush #634993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.88%

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 31.03%
G = 22.88%
B = 46.08%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#634993 (or 0x634993) is known color: Daisy Bush. HEX triplet: 63, 49 and 93. RGB value is (99,73,147). Sum of RGB (Red+Green+Blue) = 99+73+147=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #634993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634993 is #9CB66C. Grayscale: #585858. Windows color (decimal): -10270317 or 9652579. OLE color: 9652579.

HSL color Cylindrical-coordinate representation of color #634993: hue angle of 261.08º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #634993 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 73 147 -
CMYK 0.33 0.50 0 0.42
HSL 261.08º 0.34% 0.43% -
HSV(B) 261.08º 0.5% 0.58% -
XYZ 12.79 9.52 28.77 -
YUV 89.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 99 73 147 0.33 0.50 0 0.42 261.08 0.34 0.43
Hex 63 49 93 21 32 0 2A 105 22 2B
Octal 143 111 223 41 62 0 52 405 42 53
Binary 1100011 1001001 10010011 100001 110010 0 101010 100000101 100010 101011

Color Harmonies of #634993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634993

Black with #634993

Text Example


Text Example

White with #634993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634993; }

 p { color: rgb(99,73,147); }

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

background-color css

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

 a { background-color: rgb(99,73,147); }

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

border-color css

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

 span { border-color: rgb(99,73,147); }

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