Html Css Color HEX #604699 Daisy Bush

📋 copy color: '#604699'

red 96 ◦ green 70 ◦ blue 153

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

Shades of Daisy Bush #604699

Tints of Daisy Bush #604699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.96%

R = 30.09%
G = 21.94%
B = 47.96%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#604699 (or 0x604699) is known color: Daisy Bush. HEX triplet: 60, 46 and 99. RGB value is (96,70,153). Sum of RGB (Red+Green+Blue) = 96+70+153=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #604699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604699 is #9FB966. Grayscale: #565656. Windows color (decimal): -10467687 or 10045024. OLE color: 10045024.

HSL color Cylindrical-coordinate representation of color #604699: hue angle of 258.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #604699 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 70 153 -
CMYK 0.37 0.54 0 0.4
HSL 258.8º 0.37% 0.44% -
HSV(B) 258.8º 0.54% 0.6% -
XYZ 12.76 9.17 31.23 -
YUV 87.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 96 70 153 0.37 0.54 0 0.4 258.8 0.37 0.44
Hex 60 46 99 25 36 0 28 103 25 2C
Octal 140 106 231 45 66 0 50 403 45 54
Binary 1100000 1000110 10011001 100101 110110 0 101000 100000011 100101 101100

Color Harmonies of #604699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604699

Black with #604699

Text Example


Text Example

White with #604699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604699; }

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

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

background-color css

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

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

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

border-color css

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

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

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