Html Css Color HEX #604490 Daisy Bush

📋 copy color: '#604490'

red 96 ◦ green 68 ◦ blue 144

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

Shades of Daisy Bush #604490

Tints of Daisy Bush #604490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

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

R = 31.17%
G = 22.08%
B = 46.75%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#604490 (or 0x604490) is known color: Daisy Bush. HEX triplet: 60, 44 and 90. RGB value is (96,68,144). Sum of RGB (Red+Green+Blue) = 96+68+144=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #604490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604490 is #9FBB6F. Grayscale: #545454. Windows color (decimal): -10468208 or 9454688. OLE color: 9454688.

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

Color convert

RGB 96 68 144 -
CMYK 0.33 0.53 0 0.44
HSL 262.11º 0.36% 0.42% -
HSV(B) 262.11º 0.53% 0.56% -
XYZ 11.93 8.63 27.42 -
YUV 85.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 96 68 144 0.33 0.53 0 0.44 262.11 0.36 0.42
Hex 60 44 90 21 35 0 2C 106 24 2A
Octal 140 104 220 41 65 0 54 406 44 52
Binary 1100000 1000100 10010000 100001 110101 0 101100 100000110 100100 101010

Color Harmonies of #604490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604490

Black with #604490

Text Example


Text Example

White with #604490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604490; }

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

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

background-color css

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

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

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

border-color css

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

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

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