Html Css Color HEX #634990 Daisy Bush

📋 copy color: '#634990'

red 99 ◦ green 73 ◦ blue 144

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

Shades of Daisy Bush #634990

Tints of Daisy Bush #634990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 31.33%
G = 23.1%
B = 45.57%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#634990 (or 0x634990) is known color: Daisy Bush. HEX triplet: 63, 49 and 90. RGB value is (99,73,144). Sum of RGB (Red+Green+Blue) = 99+73+144=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #634990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634990 is #9CB66F. Grayscale: #585858. Windows color (decimal): -10270320 or 9455971. OLE color: 9455971.

HSL color Cylindrical-coordinate representation of color #634990: hue angle of 261.97º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #634990 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 73 144 -
CMYK 0.31 0.49 0 0.44
HSL 261.97º 0.33% 0.43% -
HSV(B) 261.97º 0.49% 0.56% -
XYZ 12.56 9.43 27.54 -
YUV 88.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 99 73 144 0.31 0.49 0 0.44 261.97 0.33 0.43
Hex 63 49 90 1F 31 0 2C 106 21 2B
Octal 143 111 220 37 61 0 54 406 41 53
Binary 1100011 1001001 10010000 11111 110001 0 101100 100000110 100001 101011

Color Harmonies of #634990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634990

Black with #634990

Text Example


Text Example

White with #634990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634990; }

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

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

background-color css

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

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

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

border-color css

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

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

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