Html Css Color HEX #634997 Daisy Bush

📋 copy color: '#634997'

red 99 ◦ green 73 ◦ blue 151

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

Shades of Daisy Bush #634997

Tints of Daisy Bush #634997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 30.65%
G = 22.6%
B = 46.75%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#634997 (or 0x634997) is known color: Daisy Bush. HEX triplet: 63, 49 and 97. RGB value is (99,73,151). Sum of RGB (Red+Green+Blue) = 99+73+151=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #634997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634997 is #9CB668. Grayscale: #595959. Windows color (decimal): -10270313 or 9914723. OLE color: 9914723.

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

Color convert

RGB 99 73 151 -
CMYK 0.34 0.52 0 0.41
HSL 260º 0.35% 0.44% -
HSV(B) 260º 0.52% 0.59% -
XYZ 13.11 9.65 30.45 -
YUV 89.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 99 73 151 0.34 0.52 0 0.41 260 0.35 0.44
Hex 63 49 97 22 34 0 29 104 23 2C
Octal 143 111 227 42 64 0 51 404 43 54
Binary 1100011 1001001 10010111 100010 110100 0 101001 100000100 100011 101100

Color Harmonies of #634997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634997

Black with #634997

Text Example


Text Example

White with #634997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634997; }

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

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

background-color css

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

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

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

border-color css

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

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

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