Html Css Color HEX #604890 Daisy Bush

📋 copy color: '#604890'

red 96 ◦ green 72 ◦ blue 144

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

Shades of Daisy Bush #604890

Tints of Daisy Bush #604890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

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

R = 30.77%
G = 23.08%
B = 46.15%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#604890 (or 0x604890) is known color: Daisy Bush. HEX triplet: 60, 48 and 90. RGB value is (96,72,144). Sum of RGB (Red+Green+Blue) = 96+72+144=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 72 (28.52% from 255 or 23.08% 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 #604890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604890 is #9FB76F. Grayscale: #575757. Windows color (decimal): -10467184 or 9455712. OLE color: 9455712.

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

Color convert

RGB 96 72 144 -
CMYK 0.33 0.50 0 0.44
HSL 260º 0.33% 0.42% -
HSV(B) 260º 0.5% 0.56% -
XYZ 12.18 9.14 27.51 -
YUV 87.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 96 72 144 0.33 0.50 0 0.44 260 0.33 0.42
Hex 60 48 90 21 32 0 2C 104 21 2A
Octal 140 110 220 41 62 0 54 404 41 52
Binary 1100000 1001000 10010000 100001 110010 0 101100 100000100 100001 101010

Color Harmonies of #604890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604890

Black with #604890

Text Example


Text Example

White with #604890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604890; }

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

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

background-color css

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

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

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

border-color css

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

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

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