Html Css Color HEX #634899 Daisy Bush

📋 copy color: '#634899'

red 99 ◦ green 72 ◦ blue 153

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

Shades of Daisy Bush #634899

Tints of Daisy Bush #634899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 30.56%
G = 22.22%
B = 47.22%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#634899 (or 0x634899) is known color: Daisy Bush. HEX triplet: 63, 48 and 99. RGB value is (99,72,153). Sum of RGB (Red+Green+Blue) = 99+72+153=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #634899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634899 is #9CB766. Grayscale: #595959. Windows color (decimal): -10270567 or 10045539. OLE color: 10045539.

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

Color convert

RGB 99 72 153 -
CMYK 0.35 0.53 0 0.4
HSL 260º 0.36% 0.44% -
HSV(B) 260º 0.53% 0.6% -
XYZ 13.21 9.59 31.29 -
YUV 89.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 99 72 153 0.35 0.53 0 0.4 260 0.36 0.44
Hex 63 48 99 23 35 0 28 104 24 2C
Octal 143 110 231 43 65 0 50 404 44 54
Binary 1100011 1001000 10011001 100011 110101 0 101000 100000100 100100 101100

Color Harmonies of #634899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634899

Black with #634899

Text Example


Text Example

White with #634899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634899; }

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

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

background-color css

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

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

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

border-color css

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

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

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