Html Css Color HEX #634999 Daisy Bush

📋 copy color: '#634999'

red 99 ◦ green 73 ◦ blue 153

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

Shades of Daisy Bush #634999

Tints of Daisy Bush #634999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 30.46%
G = 22.46%
B = 47.08%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#634999 (or 0x634999) is known color: Daisy Bush. HEX triplet: 63, 49 and 99. RGB value is (99,73,153). Sum of RGB (Red+Green+Blue) = 99+73+153=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #634999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634999 is #9CB666. Grayscale: #595959. Windows color (decimal): -10270311 or 10045795. OLE color: 10045795.

HSL color Cylindrical-coordinate representation of color #634999: hue angle of 259.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #634999 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 73 153 -
CMYK 0.35 0.52 0 0.4
HSL 259.5º 0.35% 0.44% -
HSV(B) 259.5º 0.52% 0.6% -
XYZ 13.28 9.72 31.31 -
YUV 89.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 99 73 153 0.35 0.52 0 0.4 259.5 0.35 0.44
Hex 63 49 99 23 34 0 28 104 23 2C
Octal 143 111 231 43 64 0 50 404 43 54
Binary 1100011 1001001 10011001 100011 110100 0 101000 100000100 100011 101100

Color Harmonies of #634999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634999

Black with #634999

Text Example


Text Example

White with #634999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634999; }

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

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

background-color css

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

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

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

border-color css

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

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

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