Html Css Color HEX #604690 Daisy Bush

📋 copy color: '#604690'

red 96 ◦ green 70 ◦ blue 144

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

Shades of Daisy Bush #604690

Tints of Daisy Bush #604690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 30.97%
G = 22.58%
B = 46.45%

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

#604690 (or 0x604690) is known color: Daisy Bush. HEX triplet: 60, 46 and 90. RGB value is (96,70,144). Sum of RGB (Red+Green+Blue) = 96+70+144=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #604690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604690 is #9FB96F. Grayscale: #555555. Windows color (decimal): -10467696 or 9455200. OLE color: 9455200.

HSL color Cylindrical-coordinate representation of color #604690: hue angle of 261.08º degrees, saturation: 0.35, 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 #604690 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 70 144 -
CMYK 0.33 0.51 0 0.44
HSL 261.08º 0.35% 0.42% -
HSV(B) 261.08º 0.51% 0.56% -
XYZ 12.05 8.88 27.46 -
YUV 86.21 160.61 134.98 -
System Red Green Blue C M Y K H S L
Decimal 96 70 144 0.33 0.51 0 0.44 261.08 0.35 0.42
Hex 60 46 90 21 33 0 2C 105 23 2A
Octal 140 106 220 41 63 0 54 405 43 52
Binary 1100000 1000110 10010000 100001 110011 0 101100 100000101 100011 101010

Color Harmonies of #604690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604690

Black with #604690

Text Example


Text Example

White with #604690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604690; }

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

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

background-color css

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

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

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

border-color css

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

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

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