Html Css Color HEX #634590 Daisy Bush

📋 copy color: '#634590'

red 99 ◦ green 69 ◦ blue 144

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

Shades of Daisy Bush #634590

Tints of Daisy Bush #634590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 31.73%
G = 22.12%
B = 46.15%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#634590 (or 0x634590) is known color: Daisy Bush. HEX triplet: 63, 45 and 90. RGB value is (99,69,144). Sum of RGB (Red+Green+Blue) = 99+69+144=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #634590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634590 is #9CBA6F. Grayscale: #565656. Windows color (decimal): -10271344 or 9454947. OLE color: 9454947.

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

Color convert

RGB 99 69 144 -
CMYK 0.31 0.52 0 0.44
HSL 264º 0.35% 0.42% -
HSV(B) 264º 0.52% 0.56% -
XYZ 12.31 8.92 27.46 -
YUV 86.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 99 69 144 0.31 0.52 0 0.44 264 0.35 0.42
Hex 63 45 90 1F 34 0 2C 108 23 2A
Octal 143 105 220 37 64 0 54 410 43 52
Binary 1100011 1000101 10010000 11111 110100 0 101100 100001000 100011 101010

Color Harmonies of #634590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634590

Black with #634590

Text Example


Text Example

White with #634590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634590; }

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

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

background-color css

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

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

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

border-color css

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

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

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