Html Css Color HEX #604586 Daisy Bush

📋 copy color: '#604586'

red 96 ◦ green 69 ◦ blue 134

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

Shades of Daisy Bush #604586

Tints of Daisy Bush #604586

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 134 (52.73% from 255) = 44.82%

R = 32.11%
G = 23.08%
B = 44.82%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#604586 (or 0x604586) is known color: Daisy Bush. HEX triplet: 60, 45 and 86. RGB value is (96,69,134). Sum of RGB (Red+Green+Blue) = 96+69+134=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #604586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604586 is #9FBA79. Grayscale: #545454. Windows color (decimal): -10467962 or 8799584. OLE color: 8799584.

HSL color Cylindrical-coordinate representation of color #604586: hue angle of 264.92º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #604586 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 69 134 -
CMYK 0.28 0.49 0 0.47
HSL 264.92º 0.32% 0.4% -
HSV(B) 264.92º 0.49% 0.53% -
XYZ 11.26 8.46 23.59 -
YUV 84.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 96 69 134 0.28 0.49 0 0.47 264.92 0.32 0.4
Hex 60 45 86 1C 31 0 2F 109 20 28
Octal 140 105 206 34 61 0 57 411 40 50
Binary 1100000 1000101 10000110 11100 110001 0 101111 100001001 100000 101000

Color Harmonies of #604586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604586

Black with #604586

Text Example


Text Example

White with #604586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604586; }

 p { color: rgb(96,69,134); }

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

background-color css

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

 a { background-color: rgb(96,69,134); }

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

border-color css

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

 span { border-color: rgb(96,69,134); }

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