Html Css Color HEX #604790 Daisy Bush

📋 copy color: '#604790'

red 96 ◦ green 71 ◦ blue 144

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

Shades of Daisy Bush #604790

Tints of Daisy Bush #604790

RGB

 RED value IS 96 (37.89% from 255) = 30.87%

 GREEN value IS 71 (28.13% from 255) = 22.83%

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

R = 30.87%
G = 22.83%
B = 46.3%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#604790 (or 0x604790) is known color: Daisy Bush. HEX triplet: 60, 47 and 90. RGB value is (96,71,144). Sum of RGB (Red+Green+Blue) = 96+71+144=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #604790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604790 is #9FB86F. Grayscale: #565656. Windows color (decimal): -10467440 or 9455456. OLE color: 9455456.

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

Color convert

RGB 96 71 144 -
CMYK 0.33 0.51 0 0.44
HSL 260.55º 0.34% 0.42% -
HSV(B) 260.55º 0.51% 0.56% -
XYZ 12.11 9.01 27.49 -
YUV 86.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 96 71 144 0.33 0.51 0 0.44 260.55 0.34 0.42
Hex 60 47 90 21 33 0 2C 105 22 2A
Octal 140 107 220 41 63 0 54 405 42 52
Binary 1100000 1000111 10010000 100001 110011 0 101100 100000101 100010 101010

Color Harmonies of #604790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604790

Black with #604790

Text Example


Text Example

White with #604790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604790; }

 p { color: rgb(96,71,144); }

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

background-color css

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

 a { background-color: rgb(96,71,144); }

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

border-color css

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

 span { border-color: rgb(96,71,144); }

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