Html Css Color HEX #634994 Daisy Bush

📋 copy color: '#634994'

red 99 ◦ green 73 ◦ blue 148

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

Shades of Daisy Bush #634994

Tints of Daisy Bush #634994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 30.94%
G = 22.81%
B = 46.25%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#634994 (or 0x634994) is known color: Daisy Bush. HEX triplet: 63, 49 and 94. RGB value is (99,73,148). Sum of RGB (Red+Green+Blue) = 99+73+148=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #634994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634994 is #9CB66B. Grayscale: #595959. Windows color (decimal): -10270316 or 9718115. OLE color: 9718115.

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

Color convert

RGB 99 73 148 -
CMYK 0.33 0.51 0 0.42
HSL 260.8º 0.34% 0.43% -
HSV(B) 260.8º 0.51% 0.58% -
XYZ 12.87 9.56 29.18 -
YUV 89.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 99 73 148 0.33 0.51 0 0.42 260.8 0.34 0.43
Hex 63 49 94 21 33 0 2A 105 22 2B
Octal 143 111 224 41 63 0 52 405 42 53
Binary 1100011 1001001 10010100 100001 110011 0 101010 100000101 100010 101011

Color Harmonies of #634994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634994

Black with #634994

Text Example


Text Example

White with #634994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634994; }

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

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

background-color css

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

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

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

border-color css

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

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

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